diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-08-27 14:39:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-03 12:43:21 +0100 |
commit | 3dd8c75b6738a15e7b70203321d62b49fd095739 (patch) | |
tree | 18206388dbf76b14e9ad6563970249bafeb5b653 /meta/recipes-gnome | |
parent | ae69b1fe8e61fdb29a6c95d5365c36876710c116 (diff) | |
download | poky-3dd8c75b6738a15e7b70203321d62b49fd095739.tar.gz |
libnotify: add (R)PROVIDES/RCONFLICTS/RREPLACES for meta-gnome's libnotify
Avoid package feed issues caused by removing meta-gnome's libnotify3
(From OE-Core rev: e8dbfaf4eb4a20f771a7d3ba26479f430992af01)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.7.6.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb index c5788c843c..41d188cadd 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 | |||
10 | SRC_URI[archive.md5sum] = "a4997019d08f46f3bf57b78e6f795a59" | 10 | SRC_URI[archive.md5sum] = "a4997019d08f46f3bf57b78e6f795a59" |
11 | SRC_URI[archive.sha256sum] = "0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837" | 11 | SRC_URI[archive.sha256sum] = "0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837" |
12 | 12 | ||
13 | # there were times, we had two versions of libnotify (oe-core libnotify:0.6.x / | ||
14 | # meta-gnome libnotify3: 0.7.x) | ||
15 | PROVIDES += "libnotify3" | ||
16 | RPROVIDES_${PN} += "libnotify3" | ||
17 | RCONFLICTS_${PN} += "libnotify3" | ||
18 | RREPLACES_${PN} += "libnotify3" | ||