diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-04 18:17:26 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-04 18:17:26 +0100 |
commit | aac01cbce74cef20283752c16d70043ca6d2e483 (patch) | |
tree | 3f4ff7c00367db555c98a9c697e22403eeb3fcb3 | |
parent | 20e846e55251de2422d3cd3e2c966ee32b36ebd9 (diff) | |
download | meta-openembedded-aac01cbce74cef20283752c16d70043ca6d2e483.tar.gz |
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 <koen@dominion.thruhere.net>
-rw-r--r-- | classes/gnome.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gnome.bbclass b/classes/gnome.bbclass index 7bc5d9c14e..0a32a7796d 100644 --- a/classes/gnome.bbclass +++ b/classes/gnome.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit gnomebase gtk-icon-cache gconf mime | 1 | inherit gnomebase gtk-icon-cache gconf mime |
2 | 2 | ||
3 | EXTRA_OECONF += "--enable-introspection=no" | 3 | EXTRA_OECONF += "--enable-introspection=no" |
4 | 4 | BBCLASSEXTEND += "native" | |