aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2011-01-11 00:47:24 +0000
committerEric Bénard <eric@eukrea.com>2011-01-11 10:13:49 +0100
commitb4f54aa7707f9a25e439050f210c651a85b83b64 (patch)
tree2b27bd5f3cc4a41a1887e97a077621a45491310e /recipes/linux-libc-headers
parentf2253e23c7fbbf2bfa1a0d1b47342800755e71c6 (diff)
downloadopenembedded-b4f54aa7707f9a25e439050f210c651a85b83b64.tar.gz
linux-libc-headers_2.6.37: fix SRC_URI
actual SRC_URI can't work because : - linux-libc-headers-2.6.37.tar.bz2 or linux-libc-headers-native-2.6.37.tar.bz2 don't exist on kernel.org's FTP - there is no file://defconfig Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/linux-libc-headers')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb
index c8b38714c6..67bc5f0469 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb
@@ -7,8 +7,8 @@ DEPENDS += "unifdef-native"
PR = "r0"
COMPATIBLE_TARGET_SYS = "."
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \
- file://defconfig "
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
+ "
SRC_URI[kernel.md5sum] = "c8ee37b4fdccdb651e0603d35350b434"
SRC_URI[kernel.sha256sum] = "edbf091805414739cf57a3bbfeba9e87f5e74f97e38f04d12060e9e0c71e383a"