update buildroot to 2017.02.11
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,2 @@
|
||||
# Locally calculated
|
||||
sha256 cb534ee8d8746e38027ada0ccd7e910daa025c74461286ded60ffaa933e3cf7b erlang-p1-zlib-1.0.0.tar.gz
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-p1-zlib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_ZLIB_VERSION = 1.0.0
|
||||
ERLANG_P1_ZLIB_SITE = $(call github,processone,zlib,$(ERLANG_P1_ZLIB_VERSION))
|
||||
ERLANG_P1_ZLIB_LICENSE = GPLv2+
|
||||
ERLANG_P1_ZLIB_LICENSE_FILES = COPYING
|
||||
ERLANG_P1_ZLIB_DEPENDENCIES = zlib
|
||||
|
||||
$(eval $(rebar-package))
|
||||
Reference in New Issue
Block a user