diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-09-16 16:59:18 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-18 09:05:27 +0100 |
commit | 2d7fe0332fe9d86c5af0709d4cde3f5645e2d2c3 (patch) | |
tree | e27921abe910ef9fc3c0b4bfc70c0d2e6a3d4a8f /meta | |
parent | 94d280f6526b909151567acb2564b00eed0ce43e (diff) | |
download | poky-2d7fe0332fe9d86c5af0709d4cde3f5645e2d2c3.tar.gz |
adwaita-icon-theme: RREPLACE gnome-icon-theme
RREPLACE, RCONFLICT and RPROVIDE gnome-icon-theme to make on-device
upgrades work.
(From OE-Core rev: f2805453ea34694b684f9ab567cfeee147ee1e35)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb index 526e699e99..0d7fa0cd64 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb | |||
@@ -27,6 +27,10 @@ do_install_append() { | |||
27 | 27 | ||
28 | PACKAGES = "${PN}-cursors ${PN}-symbolic ${PN}-hires ${PN}" | 28 | PACKAGES = "${PN}-cursors ${PN}-symbolic ${PN}-hires ${PN}" |
29 | 29 | ||
30 | RREPLACES_${PN} = "gnome-icon-theme" | ||
31 | RCONFLICTS_${PN} = "gnome-icon-theme" | ||
32 | RPROVIDES_${PN} = "gnome-icon-theme" | ||
33 | |||
30 | FILES_${PN}-cursors = "${prefix}/share/icons/Adwaita/cursors/" | 34 | FILES_${PN}-cursors = "${prefix}/share/icons/Adwaita/cursors/" |
31 | FILES_${PN}-symbolic = "${prefix}/share/icons/Adwaita/*/*/*.symbolic.png" | 35 | FILES_${PN}-symbolic = "${prefix}/share/icons/Adwaita/*/*/*.symbolic.png" |
32 | FILES_${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/" | 36 | FILES_${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/" |