diff options
author | Ross Burton <ross.burton@intel.com> | 2012-06-21 11:57:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 14:42:25 +0100 |
commit | 6d0b60a15d4ef307d8de90ccd77a2659b9108701 (patch) | |
tree | 7108eec1cf317cc235bc92bc60034fdc479404b8 /meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb | |
parent | d1e5ce978152326f9022bcbbab05445bf5d1c8ac (diff) | |
download | poky-6d0b60a15d4ef307d8de90ccd77a2659b9108701.tar.gz |
sato-icon-theme: inherit the GNOME icon theme (Yocto #2594)
Many apps want to use the full GNOME icon theme and install it, but if our theme
doesn't inherit it the the icons are not available.
(From OE-Core rev: bece29110ead367fe501641ec83251e5f87f2430)
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 | 5 |
1 files changed, 3 insertions, 2 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 652424a8b0..108f8e81ae 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,10 +2,11 @@ require sato-icon-theme.inc | |||
2 | 2 | ||
3 | DEPENDS += "icon-naming-utils-native" | 3 | DEPENDS += "icon-naming-utils-native" |
4 | 4 | ||
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | SRC_URI = "http://pokylinux.org/releases/sato/${BPN}-${PV}.tar.gz \ | 7 | SRC_URI = "http://pokylinux.org/releases/sato/${BPN}-${PV}.tar.gz \ |
8 | file://iconpath-option.patch" | 8 | file://iconpath-option.patch \ |
9 | file://0001-Inherit-the-GNOME-icon-theme.patch" | ||
9 | 10 | ||
10 | SRC_URI[md5sum] = "86a847f3128a43a9cf23b7029a656f50" | 11 | SRC_URI[md5sum] = "86a847f3128a43a9cf23b7029a656f50" |
11 | SRC_URI[sha256sum] = "0b0a2807a6a96918ac799a86094ec3e8e2c892be0fd679a4232c2a77f2f61732" | 12 | SRC_URI[sha256sum] = "0b0a2807a6a96918ac799a86094ec3e8e2c892be0fd679a4232c2a77f2f61732" |