diff options
Diffstat (limited to 'linux-libc-headers/linux-libc-headers_2.6.7.0.oe')
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.7.0.oe | 5 |
1 files changed, 3 insertions, 2 deletions
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 () { |