[oe-commits] David-John Willis : mesa: Add a few more missing INC_PR's for old recipes.

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


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

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

mesa: Add a few more missing INC_PR's for old recipes.

---

 recipes/mesa/mesa_6.5.2.bb |    4 ++--
 recipes/mesa/mesa_7.0.2.bb |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/mesa/mesa_6.5.2.bb b/recipes/mesa/mesa_6.5.2.bb
index 79993cc..66078e1 100644
--- a/recipes/mesa/mesa_6.5.2.bb
+++ b/recipes/mesa/mesa_6.5.2.bb
@@ -1,7 +1,7 @@
-PR = "r1"
-
 include mesa-mesa.inc
 
+PR = "${INC_PR}.0"
+
 SRC_URI_append = " file://fix-host-compile.patch;patch=1 "
 
 
diff --git a/recipes/mesa/mesa_7.0.2.bb b/recipes/mesa/mesa_7.0.2.bb
index 3eb1fbe..66078e1 100644
--- a/recipes/mesa/mesa_7.0.2.bb
+++ b/recipes/mesa/mesa_7.0.2.bb
@@ -1,5 +1,7 @@
 include mesa-mesa.inc
 
+PR = "${INC_PR}.0"
+
 SRC_URI_append = " file://fix-host-compile.patch;patch=1 "
 
 





More information about the Openembedded-commits mailing list