aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2014-04-09 13:58:31 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 13:14:57 +0200
commit7e79e3b31850930db5dc77315e4c12d1fe5cb7eb (patch)
tree17c787c7be232f6b88f6abd8e5bc5aae9dbf22b4 /meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
parent2bc68c32cb52ae30b31caf921ef38f9fee9aa4ac (diff)
downloadmeta-openembedded-contrib-7e79e3b31850930db5dc77315e4c12d1fe5cb7eb.tar.gz
libyaml: update to 0.1.5
Update libyaml from 0.1.4 to latest version 0.1.5. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb')
-rw-r--r--meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb b/meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
new file mode 100644
index 0000000000..c44eda4ee1
--- /dev/null
+++ b/meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
@@ -0,0 +1,19 @@
+SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C."
+DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \
+a human-readable data serialization format. "
+HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
+SECTION = "libs/devel"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
+
+SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "24f6093c1e840ca5df2eb09291a1dbf1"
+SRC_URI[sha256sum] = "fa87ee8fb7b936ec04457bc044cd561155e1000a4d25029867752e543c2d3bef"
+
+S = "${WORKDIR}/yaml-${PV}"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"