aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libyaml
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2013-03-29 19:04:00 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-04 08:14:21 +0200
commitb32c6d0fd8b399cd98c04250c90e68edb588740e (patch)
treeb26fdf77d46211e28e68e8d5b6f0827f19689720 /meta-oe/recipes-support/libyaml
parent3dcb4f293beddcdc36fa44d35d3e1dfcd1deb3d2 (diff)
downloadmeta-openembedded-contrib-b32c6d0fd8b399cd98c04250c90e68edb588740e.tar.gz
libyaml: allow native builds
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libyaml')
-rw-r--r--meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb b/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
index 04c6f77cf0..32d45b00c2 100644
--- a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
+++ b/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
@@ -11,3 +11,5 @@ SRC_URI[libyaml.sha256sum] = "7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb
S = "${WORKDIR}/yaml-${PV}"
inherit autotools
+
+BBCLASSEXTEND = "native"