From: Brad Bishop Date: Tue, 8 Nov 2016 20:45:50 +0000 (-0500) Subject: libyaml: Enable nativesdk bake X-Git-Tag: uninative-1.5~1431 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3694176e13442068acfe54b7165d5f828190fe08;p=openembedded-core.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 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}" inherit autotools -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"