[oe-commits] Martin Jansa : gnome-themes: fix path to icon-name-mapping

git at git.openembedded.org git at git.openembedded.org
Wed Dec 12 18:29:08 UTC 2012


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Dec  5 18:40:47 2012 +0100

gnome-themes: fix path to icon-name-mapping

* it was pointing to
  UTILS_PATH=/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/gnome-themes
  after libexecdir change in oe-core

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-gnome/themes/gnome-themes_2.32.1.bb    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
index 9cc091f..8c15754 100644
--- a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "GNOME themes"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2b543dc97eb7594d026af39d9b54204b"
 
-PR = "r2"
+PR = "r3"
 
 SECTION = "x11/gnome"
 DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
@@ -13,7 +13,7 @@ EXTRA_OECONF += "--enable-all-themes --disable-hicolor-check"
 inherit gnome perlnative
 
 do_configure_prepend() {
-	sed -i -e 's:`$PKG_CONFIG --variable=program_path icon-naming-utils`:${STAGING_DIR_NATIVE}${libexecdir}:g' configure.in
+	sed -i -e 's:`$PKG_CONFIG --variable=program_path icon-naming-utils`:${STAGING_DIR_NATIVE}${libdir}/icon-naming-utils:g' configure.in
 }
 
 PACKAGES =+ " gnome-theme-crux gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-mist"





More information about the Openembedded-commits mailing list