python-[ecore|edje|emotion|evas]: bump PR as per recent distutils.bbclass change
authorMichael Lauer <mickey@vanille-media.de>
Tue, 21 Aug 2007 15:08:48 +0000 (15:08 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 21 Aug 2007 15:08:48 +0000 (15:08 +0000)
packages/python/python-ecore_cvs.bb
packages/python/python-edje_cvs.bb
packages/python/python-emotion_cvs.bb
packages/python/python-evas_cvs.bb

index e87b415..73c9f1d 100644 (file)
@@ -1,3 +1,5 @@
 require python-efl.inc
-
 DEPENDS += "ecore"
+
+PR = "r1"
+
index 632ca84..dfd9722 100644 (file)
@@ -1,4 +1,5 @@
 require python-efl.inc
-
 DEPENDS += "edje python-evas"
 
+PR = "r1"
+
index a101c07..79c7f96 100644 (file)
@@ -1,4 +1,4 @@
 require python-efl.inc
-
 DEPENDS += "emotion python-evas"
 
+PR = "r1"
index 710b626..eff85ac 100644 (file)
@@ -1,7 +1,8 @@
 require python-efl.inc
-
 DEPENDS += "evas"
 
+PR = "r1"
+
 do_stage() {
        distutils_stage_all
 }