initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_ERLANG_P1_ZLIB
|
||||
bool "erlang-p1-zlib"
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Erlang interface to zlib
|
||||
|
||||
https://github.com/processone/zlib
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 f0ac60336b2ddf55ac4f58934580cb8f02dba440d68feb607be312dd35d91269 erlang-p1-zlib-1.0.9.tar.gz
|
||||
sha256 6cd4871db940d055cf272c12c10e0c08febdc94362e404390758fde34b4ce01a LICENSE.txt
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-p1-zlib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_ZLIB_VERSION = 1.0.9
|
||||
ERLANG_P1_ZLIB_SITE = $(call github,processone,ezlib,$(ERLANG_P1_ZLIB_VERSION))
|
||||
ERLANG_P1_ZLIB_LICENSE = Apache-2.0
|
||||
ERLANG_P1_ZLIB_LICENSE_FILES = LICENSE.txt
|
||||
ERLANG_P1_ZLIB_DEPENDENCIES = zlib
|
||||
|
||||
$(eval $(rebar-package))
|
||||
Reference in New Issue
Block a user