summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/beecrypt/beecrypt_4.2.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
index 0a8ff4bc56..a917201023 100644
--- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
+++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
@@ -16,8 +16,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \
16 file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589 \ 16 file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589 \
17 file://include/beecrypt/beecrypt.h;endline=20;md5=47a93eef539aac237eef86297a4d71c1" 17 file://include/beecrypt/beecrypt.h;endline=20;md5=47a93eef539aac237eef86297a4d71c1"
18 18
19DEPENDS = "icu"
20
21PR = "r3" 19PR = "r3"
22 20
23inherit autotools multilib_header 21inherit autotools multilib_header
@@ -29,6 +27,9 @@ do_install_append() {
29 27
30EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no" 28EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no"
31 29
30PACKAGECONFIG = ""
31PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu"
32
32FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" 33FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"
33FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la" 34FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la"
34FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" 35FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a"