diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-02 14:53:45 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-02 14:54:32 +0200 |
commit | ed61ecec2ab33c37fcd18040add05b507dd3f648 (patch) | |
tree | 2312bce576083e8d866d346b2d0a9d45b6380688 /recipes/xorg-driver | |
parent | 8f5f909a77675d472a9748949dcbb55fd021376c (diff) |
xf86-driver-common: PR bump for newer xserver in SHR
Diffstat (limited to 'recipes/xorg-driver')
-rw-r--r-- | recipes/xorg-driver/xf86-video-glamo_git.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-driver/xorg-driver-common.inc | 2 |
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" |