summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Russell <bkylerussell@gmail.com>2016-08-19 17:58:01 -0400
committerMaxin B. John <maxin.john@intel.com>2016-08-30 16:49:00 +0300
commitb2827bf00734331fa6776909e2bfee8f94790fda (patch)
tree734270f8d4422ed6645863aed27f0c9e408e95a3
parent7d9264ca45076b0a0e52e9072989003c0687bda4 (diff)
downloadmeta-java-b2827bf00734331fa6776909e2bfee8f94790fda.tar.gz
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 <bkylerussell@gmail.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
-rw-r--r--recipes-core/rhino/rhino_1.7r4.bb2
1 files changed, 2 insertions, 0 deletions
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"
2LICENSE = "MPL-2.0" 2LICENSE = "MPL-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458"
4 4
5DEPENDS_class-native += "classpath-native"
6
5BBCLASSEXTEND = "native" 7BBCLASSEXTEND = "native"
6 8
7inherit java-library 9inherit java-library