On 05/09/2012 02:39 PM, Chris Tapp wrote:
Looking at gettext_0.18.1.1.bb in 7.0.0 I see:

PROVIDES = "virtual/libintl virtual/gettext"
PROVIDES_virtclass-native = "virtual/gettext-native"

makes sense so far. However, I also see:

DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat"
DEPENDS_virtclass-native = "libxml2-native gettext-minimal-native"

What does -native in the DEPENDS= 'do' here?

It sets the DEPENDS correctly for the gettext-native build, gettext uses BB_CLASSEXTEND and that would normally look at the DEPENDS line and automagically add -native to that list, we don't want to do that in this case so it's hard coded.

Sau!

Chris Tapp

[email protected]
www.keylevel.com



_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto


_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to