rhino's do_compile task passes
${STAGING_DATADIR_NATIVE}/classpath/glibj.zip to javac. This glibj.zip
archive comes from the classpath-native package.
Signed-off-by: Kyle Russell <[email protected]>
---
recipes-core/rhino/rhino_1.7r4.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-core/rhino/rhino_1.7r4.bb
b/recipes-core/rhino/rhino_1.7r4.bb
index 7898d23..30d5a62 100644
--- a/recipes-core/rhino/rhino_1.7r4.bb
+++ b/recipes-core/rhino/rhino_1.7r4.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "Lexical analyzer generator for Java"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458"
+DEPENDS_class-native += "classpath-native"
+
BBCLASSEXTEND = "native"
inherit java-library
--
2.7.4
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel