summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
diff options
context:
space:
mode:
authorJesse Zhang <sen.zhang@windriver.com>2012-06-07 16:36:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:43:20 +0100
commitc9c7fe8c2bd491810efd45a1756e9f953edc0547 (patch)
tree3e3e974c19b62662104c87422d6376767fcf7577 /meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
parent64791642d4c12a2759a877101470f28c3d557f92 (diff)
downloadast2050-yocto-poky-c9c7fe8c2bd491810efd45a1756e9f953edc0547.zip
ast2050-yocto-poky-c9c7fe8c2bd491810efd45a1756e9f953edc0547.tar.gz
beecrypt: disable java
If java is installed on host, beecrypt will attempt to use it. (From OE-Core rev: aa6e085b6b5114729f0aacd693d028d21858146f) Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/beecrypt/beecrypt_4.2.1.bb')
-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 2913b46..2b2b348 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 \
DEPENDS = "icu"
-PR = "r1"
+PR = "r2"
inherit autotools multilib_header
acpaths=""
@@ -26,7 +26,7 @@ do_install_append() {
oe_multilib_header beecrypt/gnu.h
}
-EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp"
+EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no"
FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"
FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la"
OpenPOWER on IntegriCloud