[yocto] gettext.bb question

Saul Wold sgw at linux.intel.com
Wed May 9 15:52:22 PDT 2012


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
>
> opensource at keylevel.com
> www.keylevel.com
>
>
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>



More information about the yocto mailing list