diff options
author | Darren Hart <dvhart@linux.intel.com> | 2010-12-10 11:38:04 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:46 -0800 |
commit | 98d5b914ab4f30ad9106d1f4b9ffe2d0c7bdfe9c (patch) | |
tree | 36b8d6137ccef5346a215a6ec31307e5e1417a51 /meta/recipes-kernel/linux-libc-headers | |
parent | fd3e7d3db3d38d3d98f4bb831e3bb8cfd58cee7a (diff) | |
download | poky-98d5b914ab4f30ad9106d1f4b9ffe2d0c7bdfe9c.tar.gz |
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 <dvhart@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | 4 | ||
5 | LIC_CHKSUM_FILES = "file://COPYING " | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
6 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" | 6 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" |
7 | 7 | ||
8 | #DEPENDS = "cross-linkage" | 8 | #DEPENDS = "cross-linkage" |