diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-24 08:12:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-24 08:12:44 +0000 |
commit | e49bf92a7d859ee09be201a9c53ee67aefe6e719 (patch) | |
tree | 4fea3bf40cd2f90634ab39c2cdab17e46893386f /packages/linux/linux-openmoko_2.6.24+git.bb | |
parent | d0a553cb6786ac64b046be9e1bd56cdc8f825ab5 (diff) |
linux-openmoko: openmoko developers like to have PV go backwards to mess up upgrade paths and feeds, the rest of the world frowns upon this practice, so let's *incremement* PV to fix everything
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.24+git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb index 6053ce8a7d..8b32004a0e 100644 --- a/packages/linux/linux-openmoko_2.6.24+git.bb +++ b/packages/linux/linux-openmoko_2.6.24+git.bb @@ -7,7 +7,7 @@ KERNEL_RELEASE = "2.6.24" KERNEL_VERSION = "${KERNEL_RELEASE}" PV = "${KERNEL_RELEASE}+${PR}+gitr${SRCREV}" -PR = "r0" +PR = "r8" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \ |