diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-10-24 10:05:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:47:29 +0100 |
commit | 5f559a8c94c38a6caeb6dae31be2f5a9cea6a1f4 (patch) | |
tree | cdfd4526598f7b55dc6f56a141b05280331b1a8e /meta/recipes-gnome/gnome | |
parent | 40b3945c89c0c6fc1dc3a72a83bfcba1ad94b562 (diff) | |
download | openembedded-core-5f559a8c94c38a6caeb6dae31be2f5a9cea6a1f4.tar.gz openembedded-core-5f559a8c94c38a6caeb6dae31be2f5a9cea6a1f4.tar.bz2 openembedded-core-5f559a8c94c38a6caeb6dae31be2f5a9cea6a1f4.zip |
gnome-icon-theme: remove unused configure variable
configure: WARNING: unrecognized options: --disable-silent-rules, --with-libtool-sysroot, --disable-hicolor-check
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb index 2eb5fda2fe..ab541ed3db 100644 --- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb +++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb @@ -19,7 +19,6 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982" -EXTRA_OECONF = "--disable-hicolor-check" -EXTRA_OECONF += "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping" +EXTRA_OECONF = "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping" inherit autotools perlnative |