From 7e79e3b31850930db5dc77315e4c12d1fe5cb7eb Mon Sep 17 00:00:00 2001 From: Kang Kai Date: Wed, 9 Apr 2014 13:58:31 +0800 Subject: libyaml: update to 0.1.5 Update libyaml from 0.1.4 to latest version 0.1.5. Signed-off-by: Kai Kang Signed-off-by: Martin Jansa --- 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(-) delete mode 100644 meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb create mode 100644 meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb (limited to 'meta-oe/recipes-support/libyaml') 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 af8d63fe7c..0000000000 --- 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 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" -- cgit 1.2.3-korg