diff options
Diffstat (limited to 'content/kernel-headers-2.4.21.oe')
-rw-r--r-- | content/kernel-headers-2.4.21.oe | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/content/kernel-headers-2.4.21.oe b/content/kernel-headers-2.4.21.oe deleted file mode 100644 index 51a48cef6d..0000000000 --- a/content/kernel-headers-2.4.21.oe +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION="Kernel headers need to compile the C-Library" -DEPENDS="" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Chris Larson <kergoth@handhelds.org>" -LICENSE="GPL" -SRC_URI="http://www.uclibc.org/downloads/toolchain/${P}.tar.bz2" -PROVIDES=virtual/kernel-header -S="${WORKDIR}/linux" - -do_stage() { - mkdir -p ${STAGING_DIR}/target/include/linux - cp -a include/linux/* ${STAGING_DIR}/target/include/linux/ - cp -a include/asm-${ARCH}/ ${STAGING_DIR}/target/include/ - ln -sf asm-${ARCH} ${STAGING_DIR}/target/include/asm - cp -a ${FILESDIR}/{version,autoconf}.h ${STAGING_DIR}/target/include/linux/ - chmod 644 ${STAGING_DIR}/target/include/linux/{version,autoconf}.h -} |