diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-09 21:33:05 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-09 21:33:05 +0000 |
commit | f13935215c790b58ba20b0bd570802288bf3f0b2 (patch) | |
tree | e8fa473c18d1837f5f9241259d7577378560af6f /packages/linux/linux_2.6.22+2.6.23-rc3.bb | |
parent | 8a00555b71e47ee86e8449a8f44b7e16c3cef1ae (diff) |
linux: changed way of adding uboot-mkimage dependency so #2926 should be fixed
Something is wrong wen it comes to overrides and adding into variable - bug
#2966 opened.
Diffstat (limited to 'packages/linux/linux_2.6.22+2.6.23-rc3.bb')
-rw-r--r-- | packages/linux/linux_2.6.22+2.6.23-rc3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.22+2.6.23-rc3.bb b/packages/linux/linux_2.6.22+2.6.23-rc3.bb index 5671173672..618b6bf44a 100644 --- a/packages/linux/linux_2.6.22+2.6.23-rc3.bb +++ b/packages/linux/linux_2.6.22+2.6.23-rc3.bb @@ -8,7 +8,7 @@ BASE_KERNEL_VERSION = "2.6.22" KERNEL_VERSION = "2.6.23-rc3" KERNEL_RELEASE = "2.6.23-rc3" -PR = "r0" +PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${BASE_KERNEL_VERSION}.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-${KERNEL_VERSION}.bz2;patch=1 \ |