From 39aefb745a42f565c2986b2f8c421ba150471244 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 16 Nov 2008 03:07:33 +0100 Subject: 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\\$\)" --- packages/hal/ohm_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/hal') diff --git a/packages/hal/ohm_git.bb b/packages/hal/ohm_git.bb index a747c2ff1c..ffdbb07b88 100644 --- a/packages/hal/ohm_git.bb +++ b/packages/hal/ohm_git.bb @@ -8,7 +8,8 @@ SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git \ file://fix_configure.patch;patch=1" SRCREV = "edfe25d49d67884bf004de7ae0724c162bb5e65e" -PV = "0.1.2+${PR}+git${SRCREV}" +PV = "0.1.2+${PR}+gitr${SRCREV}" +PE = "1" S = "${WORKDIR}/git" -- cgit 1.2.3-korg