From: Brad Bishop Date: Tue, 8 Nov 2016 20:45:50 +0000 (-0500) Subject: libyaml: Enable nativesdk bake X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3694176e13442068acfe54b7165d5f828190fe08;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libyaml: Enable nativesdk bake Signed-off-by: Brad Bishop Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/libyaml/libyaml_0.1.7.bb b/meta/recipes-support/libyaml/libyaml_0.1.7.bb index 5c422ef119c..b167f031a8f 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}" inherit autotools -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"