diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-21 04:56:52 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:54 +0100 |
| commit | f8a8ec5ceb4b5f7a03e4a0024e5fe06ec8e7ad0a (patch) | |
| tree | a073a9119d2f4b7dca54564db65fe126c1dc671a /meta/packages/linux-libc-headers/linux-libc-headers.inc | |
| parent | 4d5ad73238d8811b29833fb500774a69f3d6810e (diff) | |
| download | poky-f8a8ec5ceb4b5f7a03e4a0024e5fe06ec8e7ad0a.tar.gz | |
linux-libc-headers: upgrade from 2.6.33 to 2.6.34
added a new patch to fix glibc build issue on powerpc
ppc_glibc_build_fix.patch
Added attribution to the hayes-gone.patch.
And updated the metadata variables like LICENSE & LIC_CHKSUM_FILES
And removing all the older recipes and related files
Change the linux-libc-header version inpoky-default.inc
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers.inc')
| -rw-r--r-- | meta/packages/linux-libc-headers/linux-libc-headers.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers.inc b/meta/packages/linux-libc-headers/linux-libc-headers.inc index 1f567ca1d1..e6cb1d8669 100644 --- a/meta/packages/linux-libc-headers/linux-libc-headers.inc +++ b/meta/packages/linux-libc-headers/linux-libc-headers.inc | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." | 1 | DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." |
| 2 | SECTION = "devel" | 2 | SECTION = "devel" |
| 3 | LICENSE = "GPL" | 3 | LICENSE = "GPLv2" |
| 4 | |||
| 5 | LIC_CHKSUM_FILES = "file://COPYING " | ||
| 6 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" | ||
| 4 | 7 | ||
| 5 | #DEPENDS = "cross-linkage" | 8 | #DEPENDS = "cross-linkage" |
| 6 | RDEPENDS_${PN}-dev = "" | 9 | RDEPENDS_${PN}-dev = "" |
