From: Jackie Huang <[email protected]> The target package also depends on classpath, zlib, etc, which is incorrect overrode, use _append for the class-target instead.
Signed-off-by: Jackie Huang <[email protected]> --- recipes-core/cacao/cacao_1.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/cacao/cacao_1.6.1.bb b/recipes-core/cacao/cacao_1.6.1.bb index 9ea0f36..03ce0cc 100644 --- a/recipes-core/cacao/cacao_1.6.1.bb +++ b/recipes-core/cacao/cacao_1.6.1.bb @@ -7,7 +7,7 @@ SECTION = "interpreters" DEPENDS_class-native = "zlib-native libtool-native ecj-initial-native fastjar-native classpath-native bdwgc-native" #PROVIDES_class-native = "virtual/java-native" -DEPENDS_class-target = " virtual/javac-native " +DEPENDS_append_class-target = " virtual/javac-native " DEPENDS = "zlib libtool classpath bdwgc" RPROVIDES_${PN} = "java2-runtime" -- 2.3.5 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
