[oe-commits] Kang Kai : libyaml: update to 0.1.5

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 11:19:10 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 7e79e3b31850930db5dc77315e4c12d1fe5cb7eb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7e79e3b31850930db5dc77315e4c12d1fe5cb7eb

Author: Kang Kai <kai.kang at windriver.com>
Date:   Wed Apr  9 13:58:31 2014 +0800

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 at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb | 15 ---------------
 meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb | 19 +++++++++++++++++++
 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 af8d63f..0000000
--- a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "LibYAML is a YAML parser and emitter written in C"
-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;name=libyaml"
-SRC_URI[libyaml.md5sum] = "36c852831d02cf90508c29852361d01b"
-SRC_URI[libyaml.sha256sum] = "7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37"
-
-S = "${WORKDIR}/yaml-${PV}"
-
-inherit autotools
-
-BBCLASSEXTEND = "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 0000000..c44eda4
--- /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"



More information about the Openembedded-commits mailing list