From 6f3a8e88a491a4f47a00c841d1b492f3402999ae Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Thu, 16 Apr 2015 13:56:46 -0400 Subject: 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 Signed-off-by: Jackie Huang --- recipes-core/classpath/classpath-native_0.99.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/classpath') 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 @@ require classpath-native.inc LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" -DEPENDS += "ecj-initial-native" +DEPENDS += "ecj-initial-native virtual/java-initial-native" PR = "${INC_PR}.0" -- cgit v1.2.3-54-g00ecf