diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-11-08 15:45:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-15 15:19:53 +0000 |
commit | 7a932424cab787dde6a6787bdadd9b1162fd4500 (patch) | |
tree | c06d58bd854e546775c2109f81239562d13f327c /meta/recipes-support | |
parent | 5193dfdb1f6608e8721ded72a70108a78277cd95 (diff) | |
download | poky-7a932424cab787dde6a6787bdadd9b1162fd4500.tar.gz |
libyaml: Enable nativesdk bake
(From OE-Core rev: 3694176e13442068acfe54b7165d5f828190fe08)
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libyaml/libyaml_0.1.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.1.7.bb b/meta/recipes-support/libyaml/libyaml_0.1.7.bb index 5c422ef119..b167f031a8 100644 --- a/meta/recipes-support/libyaml/libyaml_0.1.7.bb +++ b/meta/recipes-support/libyaml/libyaml_0.1.7.bb | |||
@@ -17,4 +17,4 @@ S = "${WORKDIR}/yaml-${PV}" | |||
17 | 17 | ||
18 | inherit autotools | 18 | inherit autotools |
19 | 19 | ||
20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native nativesdk" |