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/linux/linux-kaiser_2.6.24+git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/linux/linux-kaiser_2.6.24+git.bb') diff --git a/packages/linux/linux-kaiser_2.6.24+git.bb b/packages/linux/linux-kaiser_2.6.24+git.bb index 73eb1e3b46..1fd64bfb9e 100644 --- a/packages/linux/linux-kaiser_2.6.24+git.bb +++ b/packages/linux/linux-kaiser_2.6.24+git.bb @@ -1,7 +1,8 @@ require linux.inc -PV = "2.6.24+git${SRCREV}" +PV = "2.6.24+gitr${SRCREV}" PR = "r1" +PE = "1" COMPATIBLE_MACHINE = "htckaiser|htcpolaris" -- cgit v1.2.3