diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-01 10:31:46 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-01 10:31:46 +0000 |
commit | 4cc1defa38ef543adf50a8c67bed26362d40c73b (patch) | |
tree | 8811cb712f9afae00f06b70d6090ae27ce334091 /linux-libc-headers | |
parent | deaa7edd56bd77d15e39fc6ebba6f0c12f8dc5c7 (diff) |
add some missing keysym definitions needed by X
BKrev: 4135a512NF1SaLsOoxSk7-l_NptxnQ
Diffstat (limited to 'linux-libc-headers')
-rw-r--r-- | linux-libc-headers/linux-libc-headers-2.6.7.0/keyboard.patch | 0 | ||||
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.7.0.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/linux-libc-headers/linux-libc-headers-2.6.7.0/keyboard.patch b/linux-libc-headers/linux-libc-headers-2.6.7.0/keyboard.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/linux-libc-headers/linux-libc-headers-2.6.7.0/keyboard.patch diff --git a/linux-libc-headers/linux-libc-headers_2.6.7.0.oe b/linux-libc-headers/linux-libc-headers_2.6.7.0.oe index e50bad79d3..f32464d0b5 100644 --- a/linux-libc-headers/linux-libc-headers_2.6.7.0.oe +++ b/linux-libc-headers/linux-libc-headers_2.6.7.0.oe @@ -1,13 +1,14 @@ 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 = "r2" +PR = "r3" # 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://sh-missing.patch;patch=1" + file://sh-missing.patch;patch=1 \ + file://keyboard.patch;patch=1" S = "${WORKDIR}/linux-libc-headers-${PV}" do_configure () { |