package: add libyaml

YAML 1.1 parser and emitter written in C

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Evgeni Dobrev
2011-07-14 22:27:51 +02:00
committed by Peter Korsgaard
parent 8e3bf78a85
commit ca0c065cb7
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBYAML
bool "libyaml"
help
LibYAML is a YAML 1.1 parser and emitter written in C.
http://pyyaml.org/wiki/LibYAML

View File

@@ -0,0 +1,12 @@
#############################################################
#
# libyaml
#
#############################################################
LIBYAML_VERSION = 0.1.4
LIBYAML_SOURCE = yaml-$(LIBYAML_VERSION).tar.gz
LIBYAML_SITE = http://pyyaml.org/download/libyaml/
LIBYAML_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS,package,libyaml))