From bb0ee2b44854965f2d8f61301dcc70455456f01e Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Nystr=C3=B6m?= Date: Thu, 17 Oct 2013 15:59:38 +0200 Subject: [PATCH] beecrypt: Add nativesdk in BBCLASSEXTEND MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (From OE-Core rev: 2efc7b8213be8bc7014abec6b8e1322f9f1abc3c) Signed-off-by: David Nyström Signed-off-by: Richard Purdie --- meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb index 7baf92e..0a8ff4b 100644 --- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb +++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb @@ -33,4 +33,4 @@ FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la" FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- 2.7.4