aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Nyström <david.c.nystrom@gmail.com>2013-10-17 15:59:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-18 15:52:09 +0100
commit2efc7b8213be8bc7014abec6b8e1322f9f1abc3c (patch)
treecc0d60216045d03fa2b4b3cc216576cec2ee33a3
parente7cf83ec3f39a7c41e38c6030b0d903fa7d37b2a (diff)
downloadopenembedded-core-contrib-2efc7b8213be8bc7014abec6b8e1322f9f1abc3c.tar.gz
beecrypt: Add nativesdk in BBCLASSEXTEND
Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/beecrypt/beecrypt_4.2.1.bb2
1 files changed, 1 insertions, 1 deletions
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"