From patchwork Mon Jan 10 16:47:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: linux-libc-headers_2.6.37: fix SRC_URI Date: Mon, 10 Jan 2011 16:47:24 -0000 From: Eric BENARD X-Patchwork-Id: 222 Message-Id: <1294678044-11675-1-git-send-email-eric@eukrea.com> To: openembedded-devel@lists.openembedded.org 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 --- .../linux-libc-headers_2.6.37.bb | 4 ++-- 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 c8b3871..67bc5f0 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"