From 3694176e13442068acfe54b7165d5f828190fe08 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 8 Nov 2016 15:45:50 -0500 Subject: libyaml: Enable nativesdk bake Signed-off-by: Brad Bishop Signed-off-by: Ross Burton --- meta/recipes-support/libyaml/libyaml_0.1.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg