[oe-commits] David-John Willis : mesa: Add INC_PR for old mesa recipes as these still seem to be in use.

git version control git at git.openembedded.org
Tue Dec 15 13:49:03 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 67703fa97064530a00447cd7ce19699fad07af44
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=67703fa97064530a00447cd7ce19699fad07af44

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Fri Dec 11 11:40:29 2009 +0000

mesa: Add INC_PR for old mesa recipes as these still seem to be in use.

---

 recipes/mesa/mesa-common-old.inc |    5 +++++
 recipes/mesa/mesa-dri_6.5.2.bb   |    2 +-
 recipes/mesa/mesa-dri_7.0.3.bb   |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes/mesa/mesa-common-old.inc b/recipes/mesa/mesa-common-old.inc
index 18e9b4e..8fc2044 100644
--- a/recipes/mesa/mesa-common-old.inc
+++ b/recipes/mesa/mesa-common-old.inc
@@ -2,8 +2,13 @@ SECTION = "x11"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \
 	file://mklib-rpath-link.patch;patch=1"
+
 S = "${WORKDIR}/Mesa-${PV}"
 
+PROVIDES = "virtual/libgl"
+
 LICENSE = "LGPL"
 
+INC_PR = "r3"
+
 DEPENDS = "makedepend-native xf86vidmodeproto glproto virtual/libx11 libxext libxxf86vm libxi libxmu libice"
diff --git a/recipes/mesa/mesa-dri_6.5.2.bb b/recipes/mesa/mesa-dri_6.5.2.bb
index f94ea8b..594848f 100644
--- a/recipes/mesa/mesa-dri_6.5.2.bb
+++ b/recipes/mesa/mesa-dri_6.5.2.bb
@@ -6,7 +6,7 @@ FILESPATH = "${FILE_DIRNAME}/mesa-${PV}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
 
 PACKAGES_DYNAMIC = "mesa-dri-driver-*"
 
-PR = "r2"
+PR = "${INC_PR}.0"
 
 DEPENDS += "libdrm"
 # DRI is useless without the kernel drivers
diff --git a/recipes/mesa/mesa-dri_7.0.3.bb b/recipes/mesa/mesa-dri_7.0.3.bb
index 330efb2..0cb2fe2 100644
--- a/recipes/mesa/mesa-dri_7.0.3.bb
+++ b/recipes/mesa/mesa-dri_7.0.3.bb
@@ -7,7 +7,7 @@ FILESPATH = "${FILE_DIRNAME}/mesa-${PV}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
 
 PACKAGES_DYNAMIC = "mesa-dri-driver-*"
 
-PR = "r1"
+PR = "${INC_PR}.0"
 
 DEPENDS += "libdrm"
 # DRI is useless without the kernel drivers





More information about the Openembedded-commits mailing list