]> code.ossystems Code Review - openembedded-core.git/commitdiff
libnotify: add (R)PROVIDES/RCONFLICTS/RREPLACES for meta-gnome's libnotify
authorAndreas Müller <schnitzeltony@googlemail.com>
Thu, 27 Aug 2015 12:39:05 +0000 (14:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Sep 2015 22:46:06 +0000 (23:46 +0100)
Avoid package feed issues caused by removing meta-gnome's libnotify3

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/libnotify/libnotify_0.7.6.bb

index c5788c843cdb57389fd8790aedd963cc862419e7..41d188cadd417f95c31d76856243cdc02048d28c 100644 (file)
@@ -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"