diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-29 09:55:47 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-29 09:55:47 +0000 |
commit | 0e3f9067bd3e63990c472975cbeba5d9e589ab9f (patch) | |
tree | c2178cd3d27b0f51e361367cc7d5ab84582f310d /meta/classes | |
parent | 6b1890a73f0951fc589f9f5872eec96953984872 (diff) | |
download | openembedded-core-0e3f9067bd3e63990c472975cbeba5d9e589ab9f.tar.gz openembedded-core-0e3f9067bd3e63990c472975cbeba5d9e589ab9f.tar.bz2 openembedded-core-0e3f9067bd3e63990c472975cbeba5d9e589ab9f.zip |
gnome.bbclass: remove unneeded -I argument to autoconf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2591 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gnome.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/gnome.bbclass b/meta/classes/gnome.bbclass index 8643989b73..56233578aa 100644 --- a/meta/classes/gnome.bbclass +++ b/meta/classes/gnome.bbclass @@ -13,8 +13,6 @@ FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \ inherit autotools pkgconfig gconf -EXTRA_AUTORECONF += "-I ${STAGING_DIR}/${HOST_SYS}/share/aclocal/gnome2-macros" - gnome_stage_includes() { autotools_stage_includes } |