From 15ed9662e26ed4ac8d843fb9d2335a49a9c03088 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Tue, 18 Aug 2015 17:14:29 -0300 Subject: Don't depend on a hardcoded compiler The recipes below depended on a hardcoded native compile (ecj-initial-native). Since we may use another native compiler to build them, we set the dependency in virtual/javac-native instead. * cacao * classpath-native * jamvm Signed-off-by: Mario Domenech Goulart Signed-off-by: Otavio Salvador --- 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..cf297d9 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 += "virtual/javac-native" PR = "${INC_PR}.0" -- cgit v1.2.3-54-g00ecf