diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-11-23 01:47:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-24 15:12:33 +0000 |
commit | e0ca1c0e23fd2f1dd617b59f0931f7d3e58dd9fc (patch) | |
tree | d5d0189c63045478fadf51ac20e5bb2076637515 /meta | |
parent | fb403f2952a42d441be432d4bd40257bb3c29bb9 (diff) | |
download | poky-e0ca1c0e23fd2f1dd617b59f0931f7d3e58dd9fc.tar.gz |
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
(From OE-Core rev: ef0f8611001c435abab60c464d31134ef027d7c2)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/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 a9658591b3..dea8ca28a0 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+" | |||
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" |
25 | DEPENDS += "virtual/libx11 libdrm xf86driproto" | 25 | DEPENDS += "virtual/libx11 libdrm xf86driproto" |
26 | 26 | ||
27 | RPROVIDES = "xf86-video-omapfb" | ||
28 | RCONFLICTS = "xf86-video-omapfb" | ||
29 | RREPLACES = "xf86-video-omapfb" | ||
30 | |||
31 | SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f" | 27 | SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f" |
32 | PR = "${INC_PR}.2" | 28 | PR = "${INC_PR}.3" |
33 | PV = "0.4.2+gitr${SRCPV}" | 29 | PV = "0.4.2+gitr${SRCPV}" |
34 | 30 | ||
35 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \ | 31 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \ |