From: Martin Jansa Date: Mon, 19 Apr 2010 20:45:19 +0000 (+0200) Subject: python-pyrtc: switch to SRCPV with PE bump X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b61387a59d653eeab14131fe8c1bf666bdeacc07;p=openembedded.git python-pyrtc: switch to SRCPV with PE bump --- diff --git a/recipes/python/python-pyrtc_git.bb b/recipes/python/python-pyrtc_git.bb index 9b51189bf2..789f0e2ecb 100644 --- a/recipes/python/python-pyrtc_git.bb +++ b/recipes/python/python-pyrtc_git.bb @@ -7,7 +7,8 @@ LICENSE = "GPLv2" SRCNAME = "pyrtc" DEPENDS = "python-cython-native" SRCREV = "${FSO_PYTHONHELPERS_SRCREV}" -PV = "1.0.0+gitr${SRCREV}" +PV = "1.0.0+gitr${SRCPV}" +PE = "1" PR = "ml1" SRC_URI = "git://git.freesmartphone.org/python-helpers.git;protocol=git;branch=master"