diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-16 23:51:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 10:40:41 +0100 |
commit | 6257bf7cb6d144e4335afac6ddbd1c6373c38628 (patch) | |
tree | b4774ccb72ff60ebe1d9b9decf9680355a2c252a /meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | |
parent | 350b73f240f45cf3ae4d0f746090c9dbae039921 (diff) | |
download | poky-6257bf7cb6d144e4335afac6ddbd1c6373c38628.tar.gz |
gnome-icon-theme: clean up icon-naming search
Previous this recipe added an argument to specify where the icon-name-mapping
binary is installed, to override a failing pkg-config call (as target pkg-config
won't find native .pc files), and munged libexecdir as it likely contains PN.
This is all very complicated and we have a native pkg-config binary now, so just
use pkg-config-native for that section of configure.ac.
(From OE-Core rev: bbd1458444b06dafddad70e117eedfe0c85bfcc6)
Signed-off-by: Ross Burton <ross.burton@intel.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 | 4 |
1 files changed, 1 insertions, 3 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 df117aee80..a6a3afaa76 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 | |||
@@ -13,12 +13,10 @@ DEPENDS = "icon-naming-utils-native intltool-native libxml-simple-perl-native" | |||
13 | inherit allarch autotools perlnative gtk-icon-cache pkgconfig gettext | 13 | inherit allarch autotools perlnative gtk-icon-cache pkgconfig gettext |
14 | 14 | ||
15 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ | 15 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ |
16 | file://iconpath-option.patch" | 16 | file://pkgconfig-native.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" | 18 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" |
19 | SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982" | 19 | SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982" |
20 | 20 | ||
21 | EXTRA_OECONF = "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping" | ||
22 | |||
23 | FILES_${PN} += "${datadir}/*" | 21 | FILES_${PN} += "${datadir}/*" |
24 | RRECOMMENDS_${PN} += "librsvg-gtk" | 22 | RRECOMMENDS_${PN} += "librsvg-gtk" |