Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View 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

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 57bfc575179733a723717f4fecb65b9f7fd056595f798b52e7bc0206e8a9333f erlang-p1-utils-1.0.10.tar.gz

View 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))