From: Martin Jansa Date: Thu, 10 Dec 2009 09:09:51 +0000 (+0100) Subject: libglew, xdriinfo: bump PR after mesa -> virtual/libgl change X-Git-Tag: Release-2010-05/1~1326 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25cbcad84ccaa96b1287906f63284b362424de23;p=openembedded.git libglew, xdriinfo: bump PR after mesa -> virtual/libgl change --- diff --git a/recipes/glew/libglew_1.5.1.bb b/recipes/glew/libglew_1.5.1.bb index c011a12525..23257b552a 100644 --- a/recipes/glew/libglew_1.5.1.bb +++ b/recipes/glew/libglew_1.5.1.bb @@ -4,7 +4,7 @@ LICENSE = "Modified BSD License, Mesa 3-D License, Khronos License" DEPENDS = "virtual/libx11 virtual/libgl libxext libxi libxmu" -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/1.5.1/glew-1.5.1-src.tgz \ diff --git a/recipes/xorg-app/xdriinfo_1.0.1.bb b/recipes/xorg-app/xdriinfo_1.0.1.bb index 7198a794d8..ed7d48c6c9 100644 --- a/recipes/xorg-app/xdriinfo_1.0.1.bb +++ b/recipes/xorg-app/xdriinfo_1.0.1.bb @@ -1,5 +1,6 @@ require xorg-app-common.inc PE = "1" +PR = "r1" DEPENDS += " virtual/libx11 glproto virtual/libgl" diff --git a/recipes/xorg-app/xdriinfo_1.0.2.bb b/recipes/xorg-app/xdriinfo_1.0.2.bb index b995e91753..38e57cd022 100644 --- a/recipes/xorg-app/xdriinfo_1.0.2.bb +++ b/recipes/xorg-app/xdriinfo_1.0.2.bb @@ -2,3 +2,4 @@ require xorg-app-common.inc DESCRIPTION = "query configuration information of DRI drivers" DEPENDS += " virtual/libx11 glproto virtual/libgl" PE = "1" +PR = "r1"