diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-10 10:09:51 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-10 17:00:16 +0100 |
commit | 25cbcad84ccaa96b1287906f63284b362424de23 (patch) | |
tree | ec3f9e48251a76431518c0322de9b70e208bcacc /recipes | |
parent | 3d2308b173ecbc9a6713c82e621ec16b35ffa37d (diff) |
libglew, xdriinfo: bump PR after mesa -> virtual/libgl change
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/glew/libglew_1.5.1.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xdriinfo_1.0.1.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-app/xdriinfo_1.0.2.bb | 1 |
3 files changed, 3 insertions, 1 deletions
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" |