[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: libnotify: add (R)PROVIDES/ RCONFLICTS/RREPLACES for meta-gnome's libnotify

git at git.openembedded.org git at git.openembedded.org
Tue Sep 1 21:21:09 UTC 2015


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

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Thu Aug 27 14:39:05 2015 +0200

libnotify: add (R)PROVIDES/RCONFLICTS/RREPLACES for meta-gnome's libnotify

Avoid package feed issues caused by removing meta-gnome's libnotify3

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/libnotify/libnotify_0.7.6.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb
index c5788c8..41d188c 100644
--- a/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb
+++ b/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb
@@ -10,3 +10,9 @@ inherit gnomebase gtk-doc
 SRC_URI[archive.md5sum] = "a4997019d08f46f3bf57b78e6f795a59"
 SRC_URI[archive.sha256sum] = "0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837"
 
+# there were times, we had two versions of libnotify (oe-core libnotify:0.6.x /
+# meta-gnome libnotify3: 0.7.x)
+PROVIDES += "libnotify3"
+RPROVIDES_${PN} += "libnotify3"
+RCONFLICTS_${PN} += "libnotify3"
+RREPLACES_${PN} += "libnotify3"



More information about the Openembedded-commits mailing list