From: David Nyström Date: Thu, 17 Oct 2013 13:59:38 +0000 (+0200) Subject: beecrypt: Add nativesdk in BBCLASSEXTEND X-Git-Tag: 2015-4~4872 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2efc7b8213be8bc7014abec6b8e1322f9f1abc3c;p=openembedded-core.git beecrypt: Add nativesdk in BBCLASSEXTEND Signed-off-by: David Nyström Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb index 7baf92e788..0a8ff4bc56 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"