mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/erlang-p1-utils/Config.in
Normal file
6
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
package/erlang-p1-utils/erlang-p1-utils.hash
Normal file
2
package/erlang-p1-utils/erlang-p1-utils.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 8f21fc0472c314572ebb066d624cb5463cf5b016e18b7fd7dca9dca2a4589382 erlang-p1-utils-1.0.13.tar.gz
|
||||
14
package/erlang-p1-utils/erlang-p1-utils.mk
Normal file
14
package/erlang-p1-utils/erlang-p1-utils.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-p1-utils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_UTILS_VERSION = 1.0.13
|
||||
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