summaryrefslogtreecommitdiffstats
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
parent2bc68c32cb52ae30b31caf921ef38f9fee9aa4ac (diff)
downloadmeta-openembedded-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>
-rw-r--r--meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb15
-rw-r--r--meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb19
2 files changed, 19 insertions, 15 deletions
diff --git a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb b/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
deleted file mode 100644
index af8d63fe7..000000000
--- a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "LibYAML is a YAML parser and emitter written in C"
2HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
3SECTION = "libs/devel"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
6
7SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz;name=libyaml"
8SRC_URI[libyaml.md5sum] = "36c852831d02cf90508c29852361d01b"
9SRC_URI[libyaml.sha256sum] = "7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37"
10
11S = "${WORKDIR}/yaml-${PV}"
12
13inherit autotools
14
15BBCLASSEXTEND = "native"
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 000000000..c44eda4ee
--- /dev/null
+++ b/meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
@@ -0,0 +1,19 @@
1SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C."
2DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \
3a human-readable data serialization format. "
4HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
5SECTION = "libs/devel"
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
9
10SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "24f6093c1e840ca5df2eb09291a1dbf1"
13SRC_URI[sha256sum] = "fa87ee8fb7b936ec04457bc044cd561155e1000a4d25029867752e543c2d3bef"
14
15S = "${WORKDIR}/yaml-${PV}"
16
17inherit autotools
18
19BBCLASSEXTEND = "native"