[oe-commits] Saul Wold : gnome-icon-theme: update mapping program location

git at git.openembedded.org git at git.openembedded.org
Thu Oct 18 11:15:23 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: d05e63c6c936a9ff209efd1341401ef7cd2ec0c1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d05e63c6c936a9ff209efd1341401ef7cd2ec0c1

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Oct 17 09:36:42 2012 -0700

gnome-icon-theme: update mapping program location

When we changed the /usr/libexec default to be /usr/lib/<pn>,
the icon name mapping needed to be updated also.

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 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 e4b61fd..8e7995b 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,8 @@ 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 = "--disable-hicolor-check"
+EXTRA_OECONF += "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping"
+
 
 inherit autotools





More information about the Openembedded-commits mailing list