midori: changed PV in recipe to make sure ordering is ok
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 23 Feb 2009 17:57:26 +0000 (18:57 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 23 Feb 2009 17:57:26 +0000 (18:57 +0100)
packages/gtk-webcore/midori_git.bb

index 9354a89..f4039a4 100644 (file)
@@ -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}"