Hi Andé, thanks for reviewing this patch! On 9/17/18 4:20 PM, André Draszik wrote: > On Fri, 2018-09-07 at 20:25 +0300, Yevgeny Popovych wrote: >> This will allow other native recipes RDEPEND on virtual/java-native. > > I don't understand, can you please explain why a target package would ever > want to runtime depend on a native package?
I've totally overlooked that... You're right, it makes no sense in any situation I can imagine... Therefore I'll remove that patch from master-next soon. regards;Richard.L > > How did you test this? > > Also, the virtual/ namespace is usually used in PROVIDES, not in RPROVIDES. > > > Cheers, > Andre' > >> >> Change-Id: I85fcd012d09441867fa5f359463cbe8fff702fbe >> Signed-off-by: Yevgeny Popovych <[email protected]> >> --- >> recipes-core/cacao/cacao_1.6.1.bb | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/recipes-core/cacao/cacao_1.6.1.bb b/recipes- >> core/cacao/cacao_1.6.1.bb >> index 1074ff5..ead0e2f 100644 >> --- a/recipes-core/cacao/cacao_1.6.1.bb >> +++ b/recipes-core/cacao/cacao_1.6.1.bb >> @@ -6,6 +6,7 @@ SECTION = "interpreters" >> >> DEPENDS_class-native = "zlib-native libtool-native ecj-initial-native >> fastjar-native classpath-initial-native classpath-native bdwgc-native >> virtual/java-initial-native" >> PROVIDES_class-native = "virtual/java-native" >> +RPROVIDES_${PN}_class-native = "virtual/java-native" >> >> DEPENDS = "zlib libtool classpath virtual/javac-native bdwgc" >> RPROVIDES_${PN} = "java2-runtime" >> -- >> 2.7.4 >> > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
