[oe-commits] Jussi Kukkonen : adwaita-icon-theme: RREPLACE gnome-icon-theme

git at git.openembedded.org git at git.openembedded.org
Fri Sep 18 08:06:54 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: f2805453ea34694b684f9ab567cfeee147ee1e35
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f2805453ea34694b684f9ab567cfeee147ee1e35

Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
Date:   Wed Sep 16 16:59:18 2015 +0300

adwaita-icon-theme: RREPLACE gnome-icon-theme

RREPLACE, RCONFLICT and RPROVIDE gnome-icon-theme to make on-device
upgrades work.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

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 526e699..0d7fa0c 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() {
 
 PACKAGES = "${PN}-cursors ${PN}-symbolic ${PN}-hires ${PN}"
 
+RREPLACES_${PN} = "gnome-icon-theme"
+RCONFLICTS_${PN} = "gnome-icon-theme"
+RPROVIDES_${PN} = "gnome-icon-theme"
+
 FILES_${PN}-cursors = "${prefix}/share/icons/Adwaita/cursors/"
 FILES_${PN}-symbolic = "${prefix}/share/icons/Adwaita/*/*/*.symbolic.png"
 FILES_${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/"



More information about the Openembedded-commits mailing list