From 6e57bee0820117a172dc4d7ed98ff5a0c44dda26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Nystr=C3=B6m?= Date: Thu, 17 Oct 2013 15:59:43 +0200 Subject: [PATCH] ossp-uuid: Add nativesdk in BBCLASSEXTEND MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (From OE-Core rev: 457ab573dd017d3dcc9470f6d7f5f32702cb2e2c) Signed-off-by: David Nyström Signed-off-by: Richard Purdie --- meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb index b6304f0..4bc151f 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb @@ -55,4 +55,4 @@ FILES_uuid = "${bindir}/uuid" FILES_${PN} = "${libdir}/libossp-uuid.so.16*" FILES_${PN}-dev += "${bindir}/uuid-config" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- 2.7.4