aboutsummaryrefslogtreecommitdiffstats
path: root/packages/x-load
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/x-load
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/x-load')
-rw-r--r--packages/x-load/x-load_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/x-load/x-load_git.bb b/packages/x-load/x-load_git.bb
index 439262c048..d7c7a642a5 100644
--- a/packages/x-load/x-load_git.bb
+++ b/packages/x-load/x-load_git.bb
@@ -4,8 +4,9 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE
SRCREV = "73eb0caf065b3b3f407d8af5c4836624e5cc7b69"
-PV = "1.42+${PR}+git${SRCREV}"
+PV = "1.42+${PR}+gitr${SRCREV}"
PR ="r7"
+PE = "1"
SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"