On Thu, Aug 23, 2012 at 11:22:03AM +0200, Andreas Müller wrote: > Hi, > > we have gnome.bbclass in oe-core and meta-oe. The only difference I > see is meta-oe extends > > BBCLASSEXTEND += "native" > > Could somebody help me why we need to build all gnome recipes native?
git log says it was because of 'hicolor-icon-theme-native' and 'gnome-common-native' If it's not needed anymore, then it would be nice to drop meta-oe gnome.bbclass now. Cheers, commit aac01cbce74cef20283752c16d70043ca6d2e483 Author: Koen Kooi <[email protected]> Date: Sat Dec 4 18:17:26 2010 +0100 meta-openembedded: add BBCLASSEXTEND = native to gnome.bbclass This fixes the missing 'hicolor-icon-theme-native' and 'gnome-common-native' deps Signed-off-by: Koen Kooi <[email protected]> diff --git a/classes/gnome.bbclass b/classes/gnome.bbclass index 7bc5d9c..0a32a77 100644 --- a/classes/gnome.bbclass +++ b/classes/gnome.bbclass @@ -1,4 +1,4 @@ inherit gnomebase gtk-icon-cache gconf mime EXTRA_OECONF += "--enable-introspection=no" - +BBCLASSEXTEND += "native" > > Andreas > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
