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/u-boot/u-boot-omap3_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/u-boot') diff --git a/packages/u-boot/u-boot-omap3_git.bb b/packages/u-boot/u-boot-omap3_git.bb index 56ca67bb60..714ca0b0f1 100644 --- a/packages/u-boot/u-boot-omap3_git.bb +++ b/packages/u-boot/u-boot-omap3_git.bb @@ -4,8 +4,9 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${M SRCREV = "08d7fdcce5dde5c2dc968fac5b2facf17cbabb5" -PV = "2008.10+${PR}+git${SRCREV}" +PV = "2008.10+${PR}+gitr${SRCREV}" PR ="r2" +PE = "1" SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \ " -- cgit 1.2.3-korg