diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-02 10:15:27 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-02 10:15:27 +0000 |
commit | c299112c95d40f1a209dc538e10e963f3b11b687 (patch) | |
tree | e54289770a5fb377b9d6926a5aedf9a7fd5f33ac /meta | |
parent | 55999637d6af050b8a79d362d72151ac7710db2d (diff) | |
download | poky-c299112c95d40f1a209dc538e10e963f3b11b687.tar.gz |
gnome.bbclass: Remove autotools_stage reference
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/gnome.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gnome.bbclass b/meta/classes/gnome.bbclass index 71ace84fbb..3d68b12e9e 100644 --- a/meta/classes/gnome.bbclass +++ b/meta/classes/gnome.bbclass | |||
@@ -12,6 +12,6 @@ FILES_${PN} += "${datadir}/application-registry \ | |||
12 | ${datadir}/mime-info \ | 12 | ${datadir}/mime-info \ |
13 | ${datadir}/gnome-2.0" | 13 | ${datadir}/gnome-2.0" |
14 | 14 | ||
15 | inherit autotools_stage pkgconfig gconf | 15 | inherit autotools pkgconfig gconf |
16 | 16 | ||
17 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | 17 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" |