| Submitter | Andreas Müller |
|---|---|
| Date | Oct. 16, 2012, 1:28 p.m. |
| Message ID | <1350394101-15120-3-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/38183/ |
| State | New |
| Headers | show |
Comments
Patch
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 d322686..22e0c74 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,6 +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 --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping" +EXTRA_OECONF = "--with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping" inherit autotools perlnative
configure: WARNING: unrecognized options: --disable-silent-rules, --with-libtool-sysroot, --disable-hicolor-check Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- .../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)