diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-04-06 21:44:21 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-21 21:33:16 +0200 |
commit | 536d146e08c3c80304c3be3b620acf87341cc3f1 (patch) | |
tree | dd9b0a56496c9846d423e99d85a2ad4a4e37b9bc /meta-gnome/recipes-gnome/themes | |
parent | c4358e7180a6856f60695c6d4cefb244e9f8d4c8 (diff) | |
download | meta-openembedded-536d146e08c3c80304c3be3b620acf87341cc3f1.tar.gz |
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@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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/themes')
-rw-r--r-- | meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 5 |
1 files changed, 1 insertions, 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 fec29e664..3aa743e0c 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 | |||
9 | RDEPENDS_${PN} = "adwaita-icon-theme" | 9 | RDEPENDS_${PN} = "adwaita-icon-theme" |
10 | 10 | ||
11 | EXTRA_OECONF += "--enable-all-themes \ | 11 | EXTRA_OECONF += "--enable-all-themes \ |
12 | --with-iconmap=${STAGING_LIBDIR_NATIVE}/icon-naming-utils/icon-name-mapping \ | 12 | --with-iconmap=${STAGING_LIBEXECDIR_NATIVE}/icon-name-mapping \ |
13 | " | 13 | " |
14 | 14 | ||
15 | inherit gnomebase perlnative | 15 | inherit gnomebase perlnative |
@@ -31,6 +31,3 @@ SRC_URI += "file://iconpath-option.patch \ | |||
31 | SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1" | 31 | SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1" |
32 | SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a" | 32 | SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a" |
33 | GNOME_COMPRESS_TYPE="bz2" | 33 | GNOME_COMPRESS_TYPE="bz2" |
34 | |||
35 | # http://errors.yoctoproject.org/Errors/Details/35130/ | ||
36 | PNBLACKLIST[gnome-themes] ?= "BROKEN: x86_64-linux/usr/lib/icon-naming-utils/icon-name-mapping: No such file or directory" | ||