summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-04-22 17:16:03 -0500
committerJesse Gilles <jgilles@multitech.com>2010-04-26 11:37:28 -0500
commitb710049e087a5895ac6d441b071a132b7262db45 (patch)
tree7b85142e8741699c62d43095c5af9379151728a6
parentbc4225d8226491aa996405a9bc0446881d4496e3 (diff)
libyaml: add 0.1.3
-rw-r--r--recipes/libyaml/libyaml_0.1.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libyaml/libyaml_0.1.3.bb b/recipes/libyaml/libyaml_0.1.3.bb
new file mode 100644
index 0000000000..0ab816bd33
--- /dev/null
+++ b/recipes/libyaml/libyaml_0.1.3.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "LibYAML is a YAML 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
+}