]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-libc-headers: Correct license checksum
authorDarren Hart <dvhart@linux.intel.com>
Fri, 10 Dec 2010 19:38:04 +0000 (11:38 -0800)
committerSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 06:01:46 +0000 (22:01 -0800)
Correct a typo in LIC_FILES_CHKSUM for linux-libc-headers as well as update
the md5sum.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc

index e6cb1d8669d1b0fce2d033a71bddc6b2004f2808..f25aed4f1672dc0920f1c641c5afc66a2e8694af 100644 (file)
@@ -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"