diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-24 19:08:47 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-24 19:08:47 +0000 |
commit | 17793af48054581b4a860d41fdb95ed5b66addf2 (patch) | |
tree | 7b70547485ed0cd2f4f7058612893096db81eae0 /linux-libc-headers/linux-libc-headers_2.6.8.1.oe | |
parent | 762b216050b001c6bb1c9d581eb1de0457b5579b (diff) |
remove wireless.h symlink logic
BKrev: 41a4dc3fzd0NX04GEIVxsBHnWcCN3A
Diffstat (limited to 'linux-libc-headers/linux-libc-headers_2.6.8.1.oe')
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.8.1.oe | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/linux-libc-headers/linux-libc-headers_2.6.8.1.oe b/linux-libc-headers/linux-libc-headers_2.6.8.1.oe index f955ecae51..8e0a22c787 100644 --- a/linux-libc-headers/linux-libc-headers_2.6.8.1.oe +++ b/linux-libc-headers/linux-libc-headers_2.6.8.1.oe @@ -2,7 +2,7 @@ SECTION = "devel" DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" INHIBIT_DEFAULT_DEPS = "1" -PR = "r6" +PR = "r7" # NOTE: no need to package these headers, since the c library includes them. PACKAGES = "" @@ -51,10 +51,4 @@ do_stage () { install -d ${CROSS_DIR}/${TARGET_SYS}/include cp -pfLR include/linux ${CROSS_DIR}/${TARGET_SYS}/include/ cp -pfLR include/asm ${CROSS_DIR}/${TARGET_SYS}/include/ - - case `cat ${STAGING_KERNEL_DIR}/kernel-abiversion` in - 2.4.*) - ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${STAGING_INCDIR}/linux/wireless.h - ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${CROSS_DIR}/${TARGET_SYS}/include/linux/wireless.h - esac } |