summaryrefslogtreecommitdiff
path: root/packages/remoko
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/remoko
parent5e27628f3ff4af00bdf28325d3cc7d5901e6e0d1 (diff)
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/remoko')
-rw-r--r--packages/remoko/remoko-server_svn.bb3
-rw-r--r--packages/remoko/remoko_svn.bb3
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/remoko/remoko-server_svn.bb b/packages/remoko/remoko-server_svn.bb
index 6e049d7c70..d246e1d2c5 100644
--- a/packages/remoko/remoko-server_svn.bb
+++ b/packages/remoko/remoko-server_svn.bb
@@ -3,7 +3,8 @@ HOMEPAGE = "http://code.google.com/p/remoko/"
AUTHOR = "Valério Valério"
LICENSE = "GPL"
SECTION = "console/network"
-PV = "0.2+svn${SRCREV}"
+PV = "0.2+svnr${SRCREV}"
+PE = "1"
SRC_URI = "svn://remoko.googlecode.com/svn/trunk;module=BT_HID_Server;proto=http"
S = "${WORKDIR}/BT_HID_Server"
diff --git a/packages/remoko/remoko_svn.bb b/packages/remoko/remoko_svn.bb
index 551a54b79e..475e3cc81e 100644
--- a/packages/remoko/remoko_svn.bb
+++ b/packages/remoko/remoko_svn.bb
@@ -4,7 +4,8 @@ AUTHOR = "Valério Valério"
LICENSE = "GPL"
SECTION = "console/network"
DEPENDS = "edje-native"
-PV = "0.3.1+svn${SRCREV}"
+PV = "0.3.1+svnr${SRCREV}"
+PE = "1"
SRC_URI = "svn://remoko.googlecode.com/svn/trunk;module=BT_HID_UI;proto=http"
S = "${WORKDIR}/BT_HID_UI"