diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-30 12:05:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 11:31:28 +0100 |
commit | f61a7339bdff5d2fde9b6d477f1cdbe5b84b92e3 (patch) | |
tree | 9f79e948c56688e4684f488ea805f17f6a4e2f55 | |
parent | 9a36f54bfc32a86cb6ee540353a00141aeef2c5d (diff) | |
download | openembedded-core-f61a7339bdff5d2fde9b6d477f1cdbe5b84b92e3.tar.gz openembedded-core-f61a7339bdff5d2fde9b6d477f1cdbe5b84b92e3.tar.bz2 openembedded-core-f61a7339bdff5d2fde9b6d477f1cdbe5b84b92e3.zip |
xserver/mesa: Bump PR after libdrm packaging changes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb b/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb index aac7a1c30e..68f89a2310 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb @@ -8,7 +8,7 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native python-native" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ file://crossfix.patch \ diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb index c4132d7447..9e32d0aeb0 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_git.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb @@ -13,7 +13,7 @@ DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca" PV = "7.7+git${SRCPV}" -PR = "r1" +PR = "r2" # most of our targets do not have DRI so will use mesa-xlib DEFAULT_PREFERENCE = "-1" diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb index ea57140e5e..035e39c996 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb @@ -7,7 +7,7 @@ PROTO_DEPS += "xf86driproto dri2proto" DEPENDS += "font-util" PE = "1" -PR = "r0" +PR = "r1" SRC_URI += "file://crosscompile.patch" diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb index adefcdbca5..066ff13271 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" SRCREV = "6689e8add183835274a70ee013e5d3bc8023681f" PE = "1" -PR = "r0" +PR = "r1" PV = "1.10+git${SRCPV}" PROTO_DEPS += "xf86driproto dri2proto" diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb index f9b3a64f47..5575c0f7bb 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb @@ -2,7 +2,7 @@ require xserver-xf86-lite.inc LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" -PR = "r0" +PR = "r1" DEPENDS += "font-util" |