[oe-commits] [meta-openembedded] 04/44: gnome-themes: fix icon-name-mapping not found

git at git.openembedded.org git at git.openembedded.org
Thu Apr 21 19:32:29 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 536d146e08c3c80304c3be3b620acf87341cc3f1
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Wed Apr 6 21:44:21 2016 -0400

    gnome-themes: fix icon-name-mapping not found
    
    Since libexecdir changed, we need also tweak for gnome-themes.
    ...
    commit f35b2e29d9bfa817e64b83df11ebbbfe0f4e8e5c
    Author: Ross Burton <ross.burton at intel.com>
    Date:   Tue Apr 30 20:35:54 2013 +0100
    
        bitbake: set default libexecdir to $prefix/libexec
    ...
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 5 +----
 1 file changed, 1 insertion(+), 4 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 fec29e6..3aa743e 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
@@ -9,7 +9,7 @@ DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intlt
 RDEPENDS_${PN} = "adwaita-icon-theme"
 
 EXTRA_OECONF += "--enable-all-themes \
-    --with-iconmap=${STAGING_LIBDIR_NATIVE}/icon-naming-utils/icon-name-mapping \
+    --with-iconmap=${STAGING_LIBEXECDIR_NATIVE}/icon-name-mapping \
 "
 
 inherit gnomebase perlnative
@@ -31,6 +31,3 @@ SRC_URI += "file://iconpath-option.patch \
 SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1"
 SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a"
 GNOME_COMPRESS_TYPE="bz2"
-
-# http://errors.yoctoproject.org/Errors/Details/35130/
-PNBLACKLIST[gnome-themes] ?= "BROKEN: x86_64-linux/usr/lib/icon-naming-utils/icon-name-mapping: No such file or directory"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list