diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-01 08:52:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-01 08:52:25 +0200 |
commit | 778523aa7e71f71b3e2902748fa060bf604ad098 (patch) | |
tree | 9cfdfe623e28bd4c4936e061dedb66576c7178af /recipes/linux/linux_2.6.30-rc4.bb | |
parent | 0eccce7f44d593607b18fde848e4f65db9e428d0 (diff) |
linux 2.6.30-rc4: stop violation the versioning policy.
* it's now 2.6.29+2.6.30-rc4 as it should be
* remember: 2.6.30-rc4 > 2.6.30
Diffstat (limited to 'recipes/linux/linux_2.6.30-rc4.bb')
-rw-r--r-- | recipes/linux/linux_2.6.30-rc4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux_2.6.30-rc4.bb b/recipes/linux/linux_2.6.30-rc4.bb index 05af05c72d..d4f7fdd8fe 100644 --- a/recipes/linux/linux_2.6.30-rc4.bb +++ b/recipes/linux/linux_2.6.30-rc4.bb @@ -1,8 +1,8 @@ require linux.inc -PR = "r0" +PV = "2.6.29+2.6.30-rc4" -S = "${WORKDIR}/linux-${PV}" +S = "${WORKDIR}/linux-2.6.30-rc4" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" |