From b2827bf00734331fa6776909e2bfee8f94790fda Mon Sep 17 00:00:00 2001 From: Kyle Russell Date: Fri, 19 Aug 2016 17:58:01 -0400 Subject: rhino-native should depend on classpath-native 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 Signed-off-by: Maxin B. John --- 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 -- cgit v1.2.3-54-g00ecf