From: Jackie Huang <[email protected]> ruby 1.9.3 depends on yaml.
Signed-off-by: Jackie Huang <[email protected]> --- 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
