diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-22 18:04:44 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-22 18:04:44 +0000 |
commit | 13a07aa63c0b2c24b61adbeaaf882725dc862d34 (patch) | |
tree | 2cbc8aa9ed8868588a701be8a93853f7da1ba572 /linux-libc-headers/linux-libc-headers_2.6.8.1.oe | |
parent | 39b9bb4e5fd79c4c19ae3b66f9cab2756f9eb5c3 (diff) |
reinstate linux-libc-headers keyboard.patch, following apparent arbitrary removal in 2.6.8.1 upgrade
BKrev: 41a22a3cVnvEzp-4-Vhmo-llAOMb0w
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 | 5 |
1 files changed, 3 insertions, 2 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 415f5feb66..1630e99dc1 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,13 +2,14 @@ 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 = "r4" +PR = "r5" # NOTE: no need to package these headers, since the c library includes them. PACKAGES = "" SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \ - file://mips-asm-atomic-system.diff;patch=1;pnum=0" + file://mips-asm-atomic-system.diff;patch=1;pnum=0 \ + file://keyboard.patch;patch=1" S = "${WORKDIR}/linux-libc-headers-${PV}" |