[oe-commits] Frans Meulenbroeks : midori: changed PV in recipe to make sure ordering is ok

GIT User account git at amethyst.openembedded.net
Mon Feb 23 17:58:50 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f2092fad1832d04356879acfc7c33e820a1313cb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f2092fad1832d04356879acfc7c33e820a1313cb

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Feb 23 18:57:26 2009 +0100

midori: changed PV in recipe to make sure ordering is ok

---

 packages/gtk-webcore/midori_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/gtk-webcore/midori_git.bb b/packages/gtk-webcore/midori_git.bb
index 9354a89..f4039a4 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}"





More information about the Openembedded-commits mailing list