From: Darren Hart Date: Fri, 10 Dec 2010 19:38:04 +0000 (-0800) Subject: linux-libc-headers: Correct license checksum X-Git-Tag: 2011-1~3481 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=98d5b914ab4f30ad9106d1f4b9ffe2d0c7bdfe9c;p=openembedded-core.git linux-libc-headers: Correct license checksum Correct a typo in LIC_FILES_CHKSUM for linux-libc-headers as well as update the md5sum. Signed-off-by: Darren Hart --- diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index e6cb1d8669..f25aed4f16 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." SECTION = "devel" LICENSE = "GPLv2" -LIC_CHKSUM_FILES = "file://COPYING " +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" #DEPENDS = "cross-linkage"