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.21.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.21.bb')
-rw-r--r-- | packages/linux/linux_2.6.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.21.bb b/packages/linux/linux_2.6.21.bb index 15d2241563..2144dd28a1 100644 --- a/packages/linux/linux_2.6.21.bb +++ b/packages/linux/linux_2.6.21.bb @@ -4,7 +4,7 @@ DEFAULT_PREFERENCE_at91sam9263ek = "-1" DEFAULT_PREFERENCE_gumstix-connex = "1" DEFAULT_PREFERENCE_gumstix-verdex = "1" -PR = "r7" +PR = "r8" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig \ |