[oe-commits] : add libyaml, a YAML 1.1 parser in C

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Oct 3 08:40:14 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dev
Commit: e29b2fe421b0911e088a7522616675a8a827b247
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=e29b2fe421b0911e088a7522616675a8a827b247

Author:  <mickeyl at openembedded.org>
Date:   Fri Oct  3 08:16:23 2008 +0000

add libyaml, a YAML 1.1 parser in C

---

 packages/libyaml/libyaml_0.1.1.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/packages/libyaml/.mtn2git_empty b/packages/libyaml/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/libyaml/libyaml_0.1.1.bb b/packages/libyaml/libyaml_0.1.1.bb
new file mode 100644
index 0000000..4279f50
--- /dev/null
+++ b/packages/libyaml/libyaml_0.1.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "LibYAML is a YAML 1.1 parser and emitter written in C."
+HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
+SECTION = "libs/devel"
+LICENSE = "MIT"
+
+SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
+S = "${WORKDIR}/yaml-${PV}"
+
+inherit autotools
+
+do_stage() {
+	autotools_stage_all
+}





More information about the Openembedded-commits mailing list