Add buildroot 2018-02
This commit is contained in:
6
buildroot/package/erlang-p1-utils/Config.in
Normal file
6
buildroot/package/erlang-p1-utils/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_ERLANG_P1_UTILS
|
||||
bool "erlang-p1-utils"
|
||||
help
|
||||
Set of small Erlang libraries
|
||||
|
||||
https://github.com/processone/p1_utils
|
||||
2
buildroot/package/erlang-p1-utils/erlang-p1-utils.hash
Normal file
2
buildroot/package/erlang-p1-utils/erlang-p1-utils.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 57bfc575179733a723717f4fecb65b9f7fd056595f798b52e7bc0206e8a9333f erlang-p1-utils-1.0.10.tar.gz
|
||||
14
buildroot/package/erlang-p1-utils/erlang-p1-utils.mk
Normal file
14
buildroot/package/erlang-p1-utils/erlang-p1-utils.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-p1-utils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_UTILS_VERSION = 1.0.10
|
||||
ERLANG_P1_UTILS_SITE = $(call github,processone,p1_utils,$(ERLANG_P1_UTILS_VERSION))
|
||||
ERLANG_P1_UTILS_LICENSE = Apache-2.0
|
||||
ERLANG_P1_UTILS_LICENSE_FILES = LICENSE.txt
|
||||
ERLANG_P1_UTILS_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(rebar-package))
|
||||
$(eval $(host-rebar-package))
|
||||
Reference in New Issue
Block a user