summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/beecrypt/beecrypt_4.2.1.bb4
1 files changed, 2 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 2913b46f10..2b2b3486df 100644
--- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
+++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \
17 17
18DEPENDS = "icu" 18DEPENDS = "icu"
19 19
20PR = "r1" 20PR = "r2"
21 21
22inherit autotools multilib_header 22inherit autotools multilib_header
23acpaths="" 23acpaths=""
@@ -26,7 +26,7 @@ do_install_append() {
26 oe_multilib_header beecrypt/gnu.h 26 oe_multilib_header beecrypt/gnu.h
27} 27}
28 28
29EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp" 29EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no"
30 30
31FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" 31FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"
32FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la" 32FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la"