Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_ERLANG_P1_YAML
|
||||
bool "erlang-p1-yaml"
|
||||
select BR2_PACKAGE_ERLANG_P1_UTILS
|
||||
select BR2_PACKAGE_LIBYAML
|
||||
help
|
||||
Erlang wrapper for libyaml C library
|
||||
|
||||
2
bsp/buildroot/package/erlang-p1-yaml/erlang-p1-yaml.hash
Normal file
2
bsp/buildroot/package/erlang-p1-yaml/erlang-p1-yaml.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 8eaaddda056f1ebb515a5456ba2be855e5b71b9b6eb35788527f39c6600ac6b4 erlang-p1-yaml-1.0.0.tar.gz
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_YAML_VERSION = e1f081e
|
||||
ERLANG_P1_YAML_VERSION = 1.0.0
|
||||
ERLANG_P1_YAML_SITE = $(call github,processone,p1_yaml,$(ERLANG_P1_YAML_VERSION))
|
||||
ERLANG_P1_YAML_LICENSE = Apache-2.0
|
||||
ERLANG_P1_YAML_LICENSE_FILES = COPYING
|
||||
ERLANG_P1_YAML_DEPENDENCIES = libyaml
|
||||
ERLANG_P1_YAML_DEPENDENCIES = libyaml erlang-p1-utils
|
||||
|
||||
$(eval $(rebar-package))
|
||||
|
||||
Reference in New Issue
Block a user