[oe-commits] Martin Jansa : xf86-video-omap: drop RPROVIDES/RREPLACES/RCONFLICTS

git at git.openembedded.org git at git.openembedded.org
Sat Nov 24 15:14:25 UTC 2012


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Fri Nov 23 01:47:18 2012 +0100

xf86-video-omap: drop RPROVIDES/RREPLACES/RCONFLICTS

* without _${PN} suffix they are invalid:
  opkg install bash-4.2# opkg install xf86-video-omapfb
  Package xf86-video-omap-doc is already installed on root.

* it's not upgrade to omapfb driver but different driver,
  so let BSP maintainers decide which one works for their MACHINE

* without this xf86-video-omap (or -doc, -dbg, ...) can be pulled
  to image even when XSERVER clearly says xf86-video-omapfb

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../xorg-driver/xf86-video-omap_git.bb             |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
index a965859..dea8ca2 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
@@ -24,12 +24,8 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
 DEPENDS += "virtual/libx11 libdrm xf86driproto"
 
-RPROVIDES = "xf86-video-omapfb"
-RCONFLICTS = "xf86-video-omapfb"
-RREPLACES = "xf86-video-omapfb"
-
 SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 PV = "0.4.2+gitr${SRCPV}"
 
 SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \





More information about the Openembedded-commits mailing list