aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openmoko-projects
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-11-16 03:07:33 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-11-16 03:11:09 +0100
commit39aefb745a42f565c2986b2f8c421ba150471244 (patch)
tree212f1ae5ad1193ece9cf1b095616250ab6d6363d /packages/openmoko-projects
parent5e27628f3ff4af00bdf28325d3cc7d5901e6e0d1 (diff)
downloadopenembedded-39aefb745a42f565c2986b2f8c421ba150471244.tar.gz
packages: Fix PV naming of svn/git based recipes to have +gitr/+svnr in the PV
According to the policy add an 'r' if we build a certain SCM revision. Bump the PE to be sure that the package is bigger, may alphanumeric math is too bad... # my failure of shell knowledge... git grep "^PV" packages/ | grep SRCREV | grep "\(git\\$\)\|\(svn\\$\)"
Diffstat (limited to 'packages/openmoko-projects')
-rw-r--r--packages/openmoko-projects/enlazar_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openmoko-projects/enlazar_svn.bb b/packages/openmoko-projects/enlazar_svn.bb
index 38fdab4747..4d86dc6a06 100644
--- a/packages/openmoko-projects/enlazar_svn.bb
+++ b/packages/openmoko-projects/enlazar_svn.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "http://enlazar.projects.openmoko.org/"
LICENSE = "GPL"
DEPENDS = "evas edje ecore edbus"
RDEPENDS = "networkmanager"
-PV = "0.1+svn${SRCREV}"
+PV = "0.1+svnr${SRCREV}"
PR = "r3"
-PE = "1"
+PE = "2"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/enlazar;module=trunk;proto=http"