1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

gnome.bbclass: Convert to autotools_stage

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-07-09 17:51:53 +01:00
parent b006d15bd8
commit 0a155f0d10
2 changed files with 2 additions and 5 deletions
+1 -5
View File
@@ -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
}