diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2013-03-29 19:04:00 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-04 08:14:21 +0200 |
commit | b32c6d0fd8b399cd98c04250c90e68edb588740e (patch) | |
tree | b26fdf77d46211e28e68e8d5b6f0827f19689720 /meta-oe | |
parent | 3dcb4f293beddcdc36fa44d35d3e1dfcd1deb3d2 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb | 2 |
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 04c6f77cf..32d45b00c 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 | |||
11 | S = "${WORKDIR}/yaml-${PV}" | 11 | S = "${WORKDIR}/yaml-${PV}" |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools |
14 | |||
15 | BBCLASSEXTEND = "native" | ||