diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-05 18:40:47 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:53:00 +0100 |
| commit | a2cb4cfe56de14371e6ad2f1fb8f77dc075ad5d7 (patch) | |
| tree | 2f356c2006ae3902f8b2183c886169a5a9b5b5e6 /meta-gnome/recipes-gnome/themes | |
| parent | e0218e4d0f73728b87f52f041c129a6ce1042690 (diff) | |
| download | meta-openembedded-a2cb4cfe56de14371e6ad2f1fb8f77dc075ad5d7.tar.gz | |
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@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/themes')
| -rw-r--r-- | meta-gnome/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 9cc091f779..8c157541df 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" | |||
| 2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b543dc97eb7594d026af39d9b54204b" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b543dc97eb7594d026af39d9b54204b" |
| 4 | 4 | ||
| 5 | PR = "r2" | 5 | PR = "r3" |
| 6 | 6 | ||
| 7 | SECTION = "x11/gnome" | 7 | SECTION = "x11/gnome" |
| 8 | DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" | 8 | 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" | |||
| 13 | inherit gnome perlnative | 13 | inherit gnome perlnative |
| 14 | 14 | ||
| 15 | do_configure_prepend() { | 15 | do_configure_prepend() { |
| 16 | sed -i -e 's:`$PKG_CONFIG --variable=program_path icon-naming-utils`:${STAGING_DIR_NATIVE}${libexecdir}:g' configure.in | 16 | sed -i -e 's:`$PKG_CONFIG --variable=program_path icon-naming-utils`:${STAGING_DIR_NATIVE}${libdir}/icon-naming-utils:g' configure.in |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | PACKAGES =+ " gnome-theme-crux gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-mist" | 19 | PACKAGES =+ " gnome-theme-crux gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-mist" |
