From 969cbaecfd63d9c57842b91f18585d4bbcabf401 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Sun, 19 Mar 2006 15:31:43 +0000 Subject: linux-libc-headers-2.6.15.99: remove #include from linux/rtc.h --- .../linux-libc-headers-2.6.15.99/.mtn2git_empty | 0 .../linux-libc-headers-2.6.15.99/linux-rtc.patch | 11 +++++++++++ packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb | 4 +++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/linux-libc-headers/linux-libc-headers-2.6.15.99/.mtn2git_empty create mode 100644 packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-rtc.patch (limited to 'packages') diff --git a/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/.mtn2git_empty b/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-rtc.patch b/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-rtc.patch new file mode 100644 index 0000000000..36b80fb9d2 --- /dev/null +++ b/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-rtc.patch @@ -0,0 +1,11 @@ +--- linux-libc-headers-2.6.15.99/include/linux/rtc.h.orig 2006-03-19 12:31:07.000000000 +0100 ++++ linux-libc-headers-2.6.15.99/include/linux/rtc.h 2006-03-19 12:31:14.000000000 +0100 +@@ -11,8 +11,6 @@ + #ifndef _LINUX_RTC_H_ + #define _LINUX_RTC_H_ + +-#include +- + /* + * The struct used to pass data via the following ioctl. Similar to the + * struct tm in , but it needs to be here so that the kernel 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}" -- cgit v1.2.3