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

Graeme Gregory dp at xora.org.uk
Wed May 20 09:10:33 UTC 2009


On 05/20/2009 01:28 AM, GIT User account wrote:
> 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"
>
>    
I know this is your branch so you can do what you like, but this wont 
actually work unless you increment the PE of the recipe as well because 
git?+??????? can possibly sort lower than the random hash.

Graeme





More information about the Openembedded-devel mailing list