aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-27 18:35:53 +0200
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:25:02 +0100
commit7b670e7bfaea2efb1e0cfcb5cfb8c8c4624ee084 (patch)
tree2825db492019ebe0253a5109c27a8f0e613d9012
parent998c8ca1fe11e0a79a47cfce5f050d92509d5f58 (diff)
downloadopenembedded-7b670e7bfaea2efb1e0cfcb5cfb8c8c4624ee084.tar.gz
xorg drivers: bump PR for xorg 1.6.x changes
-rw-r--r--recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb1
-rw-r--r--recipes/xorg-driver/xf86-input-tslib_0.0.5.bb1
-rw-r--r--recipes/xorg-driver/xf86-video-geode_2.11.2.bb1
-rw-r--r--recipes/xorg-driver/xf86-video-nsc_2.8.2.bb1
-rw-r--r--recipes/xorg-driver/xf86-video-omapfb_git.bb2
-rw-r--r--recipes/xorg-driver/xorg-driver-common.inc2
6 files changed, 1 insertions, 7 deletions
diff --git a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
index ccaa3fa996..bf3a5a6f00 100644
--- a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
+++ b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
@@ -2,7 +2,6 @@ require xorg-driver-input.inc
DESCRIPTION = "X.Org X server -- evtouch input driver"
-PR = "r1"
SRC_URI = "http://www.conan.de/touchscreen/xf86-input-evtouch-0.8.8.tar.bz2 \
"
diff --git a/recipes/xorg-driver/xf86-input-tslib_0.0.5.bb b/recipes/xorg-driver/xf86-input-tslib_0.0.5.bb
index 665276006f..7e8e2e52d1 100644
--- a/recipes/xorg-driver/xf86-input-tslib_0.0.5.bb
+++ b/recipes/xorg-driver/xf86-input-tslib_0.0.5.bb
@@ -4,7 +4,6 @@ DESCRIPTION = "X.Org X server -- tslib input driver"
RRECOMMENDS += "hal"
DEPENDS += "tslib"
-PR = "r7"
SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-${PV}.tar.bz2 \
file://use-hal-for-device.diff;patch=1 \
diff --git a/recipes/xorg-driver/xf86-video-geode_2.11.2.bb b/recipes/xorg-driver/xf86-video-geode_2.11.2.bb
index 5f1cc3ad03..e98c4fce09 100644
--- a/recipes/xorg-driver/xf86-video-geode_2.11.2.bb
+++ b/recipes/xorg-driver/xf86-video-geode_2.11.2.bb
@@ -1,6 +1,5 @@
require xorg-driver-video.inc
PE = "1"
-PR = "r1"
COMPATIBLE_HOST = 'i.86.*-linux'
DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
diff --git a/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb b/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb
index bf50e87839..d317223db3 100644
--- a/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb
+++ b/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb
@@ -1,6 +1,5 @@
require xorg-driver-video.inc
PE = "1"
-PR = "r2"
DEPENDS += " xf86dgaproto"
diff --git a/recipes/xorg-driver/xf86-video-omapfb_git.bb b/recipes/xorg-driver/xf86-video-omapfb_git.bb
index 30a86cfdc8..cc68163df4 100644
--- a/recipes/xorg-driver/xf86-video-omapfb_git.bb
+++ b/recipes/xorg-driver/xf86-video-omapfb_git.bb
@@ -2,8 +2,6 @@ require xorg-driver-video.inc
DESCRIPTION = "X.Org X server -- OMAP display driver"
-PR ="r0"
-
SRCREV = "5317aae587a2bf48f07a8c06bfaf7bcbfd23bafc"
PV = "0.1.1+${PR}+gitr${SRCREV}"
PE = "1"
diff --git a/recipes/xorg-driver/xorg-driver-common.inc b/recipes/xorg-driver/xorg-driver-common.inc
index 0f24dd5e30..36c0ddf3b3 100644
--- a/recipes/xorg-driver/xorg-driver-common.inc
+++ b/recipes/xorg-driver/xorg-driver-common.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "X driver"
HOMEPAGE = "http://www.x.org"
SECTION = "x11/drivers"
LICENSE = "MIT-X"
-PR = "r2"
+PR = "r7"
DEPENDS = "randrproto xorg-server xproto"