summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-04-16 13:56:46 -0400
committerOtavio Salvador <otavio@ossystems.com.br>2016-01-04 09:21:06 -0200
commit6f3a8e88a491a4f47a00c841d1b492f3402999ae (patch)
tree9564940f3578da49187643b9c156c0b88e802b54 /recipes-core/classpath
parentada652564f09756a81f54495cbc2091125239625 (diff)
downloadmeta-java-6f3a8e88a491a4f47a00c841d1b492f3402999ae.tar.gz
Missing inheritance and dependencies in some java packages
icedtea7-native, openjdk-7, and jamvm-native requires pkg-config to configure without running into an error similar to 7554: syntax error near unexpected token `NSS,' 7554: `PKG_CHECK_MODULES(NSS, nss, NSS_FOUND=yes, NSS_FOUND=no)' classpath-native and jamvm-native both needs to depend on java-initial-native Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'recipes-core/classpath')
-rw-r--r--recipes-core/classpath/classpath-native_0.99.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath-native_0.99.bb b/recipes-core/classpath/classpath-native_0.99.bb
index 02951b9..d49d7d7 100644
--- a/recipes-core/classpath/classpath-native_0.99.bb
+++ b/recipes-core/classpath/classpath-native_0.99.bb
@@ -1,7 +1,7 @@
1require classpath-native.inc 1require classpath-native.inc
2 2
3LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" 3LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510"
4DEPENDS += "ecj-initial-native" 4DEPENDS += "ecj-initial-native virtual/java-initial-native"
5 5
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7