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:50:48 +0100 |
commit | c8e2f1447dd93792626cabf5e238b00cce8c6e70 (patch) | |
tree | b739aa9d9cfda8d5eda66eeaf2aa3c4e2736eb64 /meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | |
parent | be3add2604186f0719a4bacfaced9136736023d7 (diff) | |
download | poky-c8e2f1447dd93792626cabf5e238b00cce8c6e70.tar.gz |
gnome-icon-theme: remove unused configure variable
configure: WARNING: unrecognized options: --disable-silent-rules, --with-libtool-sysroot, --disable-hicolor-check
(From OE-Core rev: 5f559a8c94c38a6caeb6dae31be2f5a9cea6a1f4)
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/gnome-icon-theme_2.31.0.bb')
-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 \ | |||
19 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" | 19 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" |
20 | SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982" | 20 | SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982" |
21 | 21 | ||
22 | EXTRA_OECONF = "--disable-hicolor-check" | 22 | EXTRA_OECONF = "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping" |
23 | EXTRA_OECONF += "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping" | ||
24 | 23 | ||
25 | inherit autotools perlnative | 24 | inherit autotools perlnative |