[oe] [meta-java][PATCH] cacao: remove invalid configure options

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Jan 26 05:58:26 UTC 2016


From: Jackie Huang <jackie.huang at windriver.com>

These configure options are invalid:
--with-classpath-libdir
--with-classpath-classes
--with-classpath-includedir

They had been replaced by:
--with-java-runtime-library-libdir
--with-java-runtime-library-classes
--with-jni_h and --with-jni_md_h

Remove them to avoid QA Issue:
WARNING: QA Issue: cacao-native: configure was passed unrecognised
options: --with-classpath-libdir --with-classpath-includedir
--with-classpath-classes [unknown-configure-option]

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 recipes-core/cacao/cacao_1.6.1.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/recipes-core/cacao/cacao_1.6.1.bb b/recipes-core/cacao/cacao_1.6.1.bb
index 8e212af..83f216c 100644
--- a/recipes-core/cacao/cacao_1.6.1.bb
+++ b/recipes-core/cacao/cacao_1.6.1.bb
@@ -25,10 +25,6 @@ EXTRA_OECONF_class-native = "\
     --with-vm-zip=${datadir}/cacao/vm.zip \
     --disable-libjvm \
     \
-    --with-classpath-libdir=${libdir_jni}:${libdir} \
-    --with-classpath-includedir=${includedir}/classpath \
-    --with-classpath-classes=${datadir}/classpath/glibj.zip \
-    \
     --with-java-runtime-library-classes=${datadir}/classpath/glibj.zip \
     --with-java-runtime-library-libdir=${libdir_jni}:${libdir} \
     --with-jni_md_h=${includedir}/classpath \
-- 
2.3.5




More information about the Openembedded-devel mailing list