initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_ERLANG_LAGER
|
||||
bool "erlang-lager"
|
||||
select BR2_PACKAGE_ERLANG_GOLDRUSH
|
||||
help
|
||||
Lager (as in the beer) is a logging framework for
|
||||
Erlang. Its purpose is to provide a more traditional way to
|
||||
perform logging in an erlang application that plays nicely
|
||||
with traditional UNIX logging tools like logrotate and
|
||||
syslog.
|
||||
|
||||
https://github.com/basho/lager
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 c5bb4ba6f918e90d2e6671c3996d72c61f2a589b65c151b3df8011d046362981 erlang-lager-3.6.10.tar.gz
|
||||
sha256 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0 LICENSE
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-lager
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_LAGER_VERSION = 3.6.10
|
||||
ERLANG_LAGER_SITE = $(call github,erlang-lager,lager,$(ERLANG_LAGER_VERSION))
|
||||
ERLANG_LAGER_LICENSE = Apache-2.0
|
||||
ERLANG_LAGER_LICENSE_FILES = LICENSE
|
||||
ERLANG_LAGER_DEPENDENCIES = erlang-goldrush
|
||||
HOST_ERLANG_LAGER_DEPENDENCIES = host-erlang-goldrush
|
||||
|
||||
$(eval $(rebar-package))
|
||||
$(eval $(host-rebar-package))
|
||||
Reference in New Issue
Block a user