[OE-core] [PATCH 1/2] ruby: Add yaml for ruby

jackie.huang at windriver.com jackie.huang at windriver.com
Thu Jun 28 08:14:38 UTC 2012


From: Jackie Huang <jackie.huang at windriver.com>

ruby 1.9.3 depends on yaml.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta/recipes-support/yaml/yaml_0.1.4.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-support/yaml/yaml_0.1.4.bb

diff --git a/meta/recipes-support/yaml/yaml_0.1.4.bb b/meta/recipes-support/yaml/yaml_0.1.4.bb
new file mode 100644
index 0000000..be2c506
--- /dev/null
+++ b/meta/recipes-support/yaml/yaml_0.1.4.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"
+
+PR = "r1"
+
+SRC_URI = "\
+  http://pyyaml.org/download/libyaml/${PN}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "36c852831d02cf90508c29852361d01b"
+SRC_URI[sha256sum] = "7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37"
+
+inherit autotools
-- 
1.7.4





More information about the Openembedded-core mailing list