erlang-p1-yaml: new package.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Johan Oudinet 2015-01-12 10:32:11 +01:00 committed by Thomas Petazzoni
parent 80137e0e7d
commit a43adff2d3
3 changed files with 21 additions and 0 deletions

View File

@ -401,6 +401,7 @@ if BR2_PACKAGE_ERLANG
menu "Erlang libraries/modules"
source "package/erlang-goldrush/Config.in"
source "package/erlang-lager/Config.in"
source "package/erlang-p1-yaml/Config.in"
source "package/erlang-p1-zlib/Config.in"
endmenu
endif

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_ERLANG_P1_YAML
bool "erlang-p1-yaml"
select BR2_PACKAGE_LIBYAML
help
Erlang wrapper for libyaml C library
https://github.com/processone/p1_yaml

View File

@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-yaml
#
################################################################################
ERLANG_P1_YAML_VERSION = 236b943
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
$(eval $(rebar-package))