mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Peter Korsgaard
parent
8e3bf78a85
commit
ca0c065cb7
6
package/libyaml/Config.in
Normal file
6
package/libyaml/Config.in
Normal 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
|
||||
12
package/libyaml/libyaml.mk
Normal file
12
package/libyaml/libyaml.mk
Normal 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))
|
||||
|
||||
Reference in New Issue
Block a user