summaryrefslogtreecommitdiff
path: root/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-20 10:48:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-20 10:48:37 +0000
commite404d3f4b1ea1b7a4578d34398a3fcfde8a01870 (patch)
tree40facfd5c0caa2d3faa6c7ebad1e4fdd3cd6feae /packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
parent86629673742ddb672f54f224a85d668aee7955c7 (diff)
linux-libc-headers-2.6.15.99: fix linux/videodev2.h
Diffstat (limited to 'packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb')
-rw-r--r--packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
index f00f4790e5..e8b6e6bb13 100644
--- a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
+++ b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
@@ -14,11 +14,13 @@ DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
LICENSE = "GPL"
DEFAULT_PREFERENCE = "-1"
INHIBIT_DEFAULT_DEPS = "1"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://ewi546.ewi.utwente.nl/OE/eabi/linux-libc-headers-${PV}.tar.bz2 \
file://keyboard.patch;patch=1 \
- file://linux-rtc.patch;patch=1"
+ file://asm-arch-irqs.patch;patch=1 \
+ file://linux-rtc.patch;patch=1 \
+ file://linux-videodev2.patch;patch=1"
S = "${WORKDIR}/linux-libc-headers-${PV}"