aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-common.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-15 09:26:38 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-15 09:38:38 +0200
commite01d04f18d0b3f38105d097098327fa2f8906154 (patch)
treeeca56aa22ed80760380bc1f7e6f72473b59491f0 /recipes/gnome/gnome-common.inc
parentafe441d2c653dff06855d5c8977018d65b87564c (diff)
downloadopenembedded-e01d04f18d0b3f38105d097098327fa2f8906154.tar.gz
gnome-common, gnome-doc-utils: use gnomebase.bbclass
Diffstat (limited to 'recipes/gnome/gnome-common.inc')
-rw-r--r--recipes/gnome/gnome-common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gnome/gnome-common.inc b/recipes/gnome/gnome-common.inc
index d83d675b77..5a1e2072e2 100644
--- a/recipes/gnome/gnome-common.inc
+++ b/recipes/gnome/gnome-common.inc
@@ -2,7 +2,7 @@ LICENSE = "GPL"
SECTION = "x11/gnome"
DESCRIPTION = "Common macros for building GNOME applications"
-inherit gnome
+inherit gnomebase
# The omf.make file failed if scrollkeeper doesn't happen to be
# installed
@@ -15,3 +15,4 @@ DEPENDS = ""
FILES_${PN} += "${datadir}/aclocal"
FILES_${PN}-dev = ""
+BBCLASSEXTEND = "native"