diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-04 12:19:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-04 14:04:03 +0100 |
commit | 9d98dbdae4c05fcf50d546f554a04dc3f0bd66c3 (patch) | |
tree | 10e75d9f01fe69b40581601188f8bd2728a46baa /meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb | |
parent | ae9dbd0e1e26ba2b35cbd08ec731aee62adedc23 (diff) | |
download | openembedded-core-9d98dbdae4c05fcf50d546f554a04dc3f0bd66c3.tar.gz openembedded-core-9d98dbdae4c05fcf50d546f554a04dc3f0bd66c3.tar.bz2 openembedded-core-9d98dbdae4c05fcf50d546f554a04dc3f0bd66c3.zip |
sato-icon-theme: use gtk-icon-cache helper class
Instead of explicitly updating the icon cache use the helper class that also
forces a loader update at the same time. This eliminates the possibility of
updating the icon cache without any gdk-pixbuf loaders.
Also check that the Sato icon theme isn't already set to avoid appending to the
file every time the postinst runs.
[YOCTO #2399]
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb')
-rw-r--r-- | meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb index 108f8e81ae..64053598bc 100644 --- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb @@ -2,7 +2,7 @@ require sato-icon-theme.inc DEPENDS += "icon-naming-utils-native" -PR = "r3" +PR = "r4" SRC_URI = "http://pokylinux.org/releases/sato/${BPN}-${PV}.tar.gz \ file://iconpath-option.patch \ |