diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-19 15:31:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-19 15:31:43 +0000 |
commit | 969cbaecfd63d9c57842b91f18585d4bbcabf401 (patch) | |
tree | 77708a06583b2422dae9b82dffa75479cca9e4e7 /packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb | |
parent | 0ff1aa28d7db528a15e9644fc52ba41ca0c4825f (diff) |
linux-libc-headers-2.6.15.99: remove #include <linux/interrupt.h> from linux/rtc.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.bb | 4 |
1 files changed, 3 insertions, 1 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 1dbd2ad3e4..f00f4790e5 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,9 +14,11 @@ 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" SRC_URI = "http://ewi546.ewi.utwente.nl/OE/eabi/linux-libc-headers-${PV}.tar.bz2 \ - file://keyboard.patch;patch=1" + file://keyboard.patch;patch=1 \ + file://linux-rtc.patch;patch=1" S = "${WORKDIR}/linux-libc-headers-${PV}" |