diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-10-17 15:59:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:58:16 +0100 |
commit | 11fd8867dd21d097986126642e6ca3999eec2879 (patch) | |
tree | cd0105e23c2d4c5c2cfecdd1dc0f472b1229435d /meta/recipes-support | |
parent | 63534ab9679d89ef617e8598d27d17d6a57cbf8b (diff) | |
download | poky-11fd8867dd21d097986126642e6ca3999eec2879.tar.gz |
beecrypt: Add nativesdk in BBCLASSEXTEND
(From OE-Core rev: 2efc7b8213be8bc7014abec6b8e1322f9f1abc3c)
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 2 |
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.*" | |||
33 | FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la" | 33 | FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la" |
34 | FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" | 34 | FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" |
35 | 35 | ||
36 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native nativesdk" |