From 7a932424cab787dde6a6787bdadd9b1162fd4500 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 8 Nov 2016 15:45:50 -0500 Subject: [PATCH] libyaml: Enable nativesdk bake (From OE-Core rev: 3694176e13442068acfe54b7165d5f828190fe08) Signed-off-by: Brad Bishop Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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"