diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-16 03:07:33 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-16 03:11:09 +0100 |
commit | 39aefb745a42f565c2986b2f8c421ba150471244 (patch) | |
tree | 212f1ae5ad1193ece9cf1b095616250ab6d6363d /packages/linux/linux-neuros_git.bb | |
parent | 5e27628f3ff4af00bdf28325d3cc7d5901e6e0d1 (diff) |
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/linux/linux-neuros_git.bb')
-rw-r--r-- | packages/linux/linux-neuros_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-neuros_git.bb b/packages/linux/linux-neuros_git.bb index 883bb69a2a..97e32cdac4 100644 --- a/packages/linux/linux-neuros_git.bb +++ b/packages/linux/linux-neuros_git.bb @@ -4,8 +4,9 @@ DESCRIPTION = "Linux kernel for Neuros OSD devices" SRCREV = "2eaa4a30d599203ceed1b5a42d713b29151a39eb" -PV = "2.6.23-${PR}+git${SRCREV}" +PV = "2.6.23-${PR}+gitr${SRCREV}" PR = "r13" +PE = "1" COMPATIBLE_MACHINE = "(neuros-osd|neuros-osd2)" |