aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/gnome.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-07-09 17:51:53 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-09 17:51:53 +0100
commit0a155f0d1074cacae289efc20827413bd588fdfb (patch)
tree564ca0ee663b53114e6cb70dfef6756a4474301c /meta/classes/gnome.bbclass
parentb006d15bd80615c561f6cf3e171c1f5e49d16fde (diff)
downloadopenembedded-core-contrib-0a155f0d1074cacae289efc20827413bd588fdfb.tar.gz
gnome.bbclass: Convert to autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/gnome.bbclass')
-rw-r--r--meta/classes/gnome.bbclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/classes/gnome.bbclass b/meta/classes/gnome.bbclass
index 25d1778851..0d39816cdd 100644
--- a/meta/classes/gnome.bbclass
+++ b/meta/classes/gnome.bbclass
@@ -11,10 +11,6 @@ DEPENDS += "gnome-common"
FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \
${datadir}/gnome-2.0"
-inherit autotools pkgconfig gconf
+inherit autotools_stage pkgconfig gconf
EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"
-
-gnome_stage_includes() {
- autotools_stage_includes
-}