initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_ERLANG_JOSE
bool "erlang-jose"
select BR2_PACKAGE_ERLANG_BASE64URL
help
JSON Object Signing and Encryption (JOSE) for Erlang and
Elixir.
https://github.com/potatosalad/erlang-jose
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 d55a9d3a1697833fed555a21f1aeb2727af88193995cb6ffa945d4b6749d0e8d erlang-jose-1.9.0.tar.gz
sha256 6397e2bd9a35a64c1bb798b937071fbe49d90667f717e65c74a0d0fe93d5c1be LICENSE.md
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# erlang-jose
#
################################################################################
ERLANG_JOSE_VERSION = 1.9.0
ERLANG_JOSE_SITE = $(call github,potatosalad,erlang-jose,$(ERLANG_JOSE_VERSION))
ERLANG_JOSE_LICENSE = MIT
ERLANG_JOSE_LICENSE_FILES = LICENSE.md
ERLANG_JOSE_DEPENDENCIES = erlang-base64url
$(eval $(rebar-package))