From: Frans Meulenbroeks Date: Mon, 23 Feb 2009 17:57:26 +0000 (+0100) Subject: midori: changed PV in recipe to make sure ordering is ok X-Git-Tag: Release-2010-05/1~3974^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2092fad1832d04356879acfc7c33e820a1313cb;p=openembedded.git midori: changed PV in recipe to make sure ordering is ok --- diff --git a/packages/gtk-webcore/midori_git.bb b/packages/gtk-webcore/midori_git.bb index 9354a89a43..f4039a414f 100644 --- a/packages/gtk-webcore/midori_git.bb +++ b/packages/gtk-webcore/midori_git.bb @@ -2,7 +2,9 @@ require midori.inc DEPENDS += "python-native python-docutils-native" -PV = "0.1.2+gitr${SRCREV}" +# increment PR every time SRCREV is updated! +PR = "r0" +PV = "0.1.2+${PR}+gitr${SRCREV}" SRC_URI = "http://git.xfce.org/kalikiana/midori/snapshot/midori-${SRCREV}.tar.bz2" S = "${WORKDIR}/midori-${SRCREV}"