summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/xorg-driver/xf86-video-glamo_git.bb2
-rw-r--r--recipes/xorg-driver/xorg-driver-common.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-driver/xf86-video-glamo_git.bb b/recipes/xorg-driver/xf86-video-glamo_git.bb
index 10b55191c9..19c7591e67 100644
--- a/recipes/xorg-driver/xf86-video-glamo_git.bb
+++ b/recipes/xorg-driver/xf86-video-glamo_git.bb
@@ -6,7 +6,7 @@ S = "${WORKDIR}/git"
SRCREV = "77b6d1b7363d3ff28f063ed92c9ed47194f70b20"
PV = "1.0.0+gitr${SRCREV}"
PE = "1"
-PR = "r3"
+PR = "r4"
do_configure_prepend() {
# pedantic emits warning about GCC extension used in xserver header file edid.h (from version 1.8) and because of -Werror it fill fail
diff --git a/recipes/xorg-driver/xorg-driver-common.inc b/recipes/xorg-driver/xorg-driver-common.inc
index c431fa32a9..66a378f678 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 = "r10"
+PR = "r11"
DEPENDS = "randrproto xorg-server xproto"