From patchwork Thu Jun 7 23:36:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated,Pull,09/22] beecrypt: disable java Date: Thu, 07 Jun 2012 23:36:57 -0000 From: Elizabeth Flanagan X-Patchwork-Id: 29419 Message-Id: <1a1d4279ae184a9bb8412bf7d7990a77737b2474.1339111944.git.elizabeth.flanagan@intel.com> To: openembedded-core@lists.openembedded.org From: Jesse Zhang If java is installed on host, beecrypt will attempt to use it. Signed-off-by: Jesse Zhang Signed-off-by: Mark Hatle Signed-off-by: Elizabeth Flanagan --- meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 4 ++-- 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"