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/libw100/libw100_svn.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/libw100') diff --git a/packages/libw100/libw100_svn.bb b/packages/libw100/libw100_svn.bb index 4f33c625ca..462163e115 100644 --- a/packages/libw100/libw100_svn.bb +++ b/packages/libw100/libw100_svn.bb @@ -1,7 +1,8 @@ DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)" LICENSE = "GPLv2" -PV = "0.0.2+svn${SRCREV}" +PV = "0.0.2+svnr${SRCREV}" +PE = "1" SRC_URI = "svn://libw100.svn.sourceforge.net/svnroot/libw100;module=trunk;proto=https" S = "${WORKDIR}/trunk" -- cgit v1.2.3