mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
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>
11 lines
330 B
PHP
11 lines
330 B
PHP
DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
|
|
SECTION = "devel"
|
|
LICENSE = "GPLv2"
|
|
|
|
LIC_CHKSUM_FILES = "file://COPYING "
|
|
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2"
|
|
|
|
#DEPENDS = "cross-linkage"
|
|
RDEPENDS_${PN}-dev = ""
|
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
|