[oe-commits] Angus Ainslie : paroli-elementary : set SRCPV

GIT User account git at amethyst.openembedded.net
Wed May 20 00:28:45 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 11eb31d33cd40eb91bbe3033b622e7a4e8d3f4a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=11eb31d33cd40eb91bbe3033b622e7a4e8d3f4a3

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue May 19 18:28:02 2009 -0600

paroli-elementary : set SRCPV

---

 recipes/openmoko-projects/paroli-elementary_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/openmoko-projects/paroli-elementary_git.bb b/recipes/openmoko-projects/paroli-elementary_git.bb
index f9cf3a4..305302d 100644
--- a/recipes/openmoko-projects/paroli-elementary_git.bb
+++ b/recipes/openmoko-projects/paroli-elementary_git.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "python-elementary paroli bindings"
 DEPENDS = "python-cython-native python-pyrex-native python-numeric eina elementary"
 RDEPENDS = "python-lang python-evas python-ecore python-edje" 
-PV = "0.1+gitr${SRCREV}"
-PR = "r0"
+PV = "0.1+gitr${SRCPV}"
+PR = "r1"
 
-inherit distutils
+inherit setuptools
 
 SRC_URI = "git://git.paroli-project.org/python-elementary.git;protocol=http"
 





More information about the Openembedded-commits mailing list