summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-12-04 18:17:26 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2010-12-04 18:17:26 +0100
commitaac01cbce74cef20283752c16d70043ca6d2e483 (patch)
tree3f4ff7c00367db555c98a9c697e22403eeb3fcb3
parent20e846e55251de2422d3cd3e2c966ee32b36ebd9 (diff)
downloadmeta-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.bbclass2
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 @@
1inherit gnomebase gtk-icon-cache gconf mime 1inherit gnomebase gtk-icon-cache gconf mime
2 2
3EXTRA_OECONF += "--enable-introspection=no" 3EXTRA_OECONF += "--enable-introspection=no"
4 4BBCLASSEXTEND += "native"