summaryrefslogtreecommitdiffstats
path: root/meta/packages/uclibc/files/nokernelheadercheck.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-02 20:43:11 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-02 20:43:11 +0000
commitc51edd3fdb40fa7b99a9060828d1b597664800a1 (patch)
tree511f7c9900c02e574ce9b9043dad4c461af3b00a /meta/packages/uclibc/files/nokernelheadercheck.patch
parentf1e0aeba07d38b94b0a52081902b253ab8cd28bd (diff)
downloadpoky-c51edd3fdb40fa7b99a9060828d1b597664800a1.tar.gz
uclibc: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2659 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/uclibc/files/nokernelheadercheck.patch')
-rw-r--r--meta/packages/uclibc/files/nokernelheadercheck.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/packages/uclibc/files/nokernelheadercheck.patch b/meta/packages/uclibc/files/nokernelheadercheck.patch
new file mode 100644
index 0000000000..9f09fb2ac9
--- /dev/null
+++ b/meta/packages/uclibc/files/nokernelheadercheck.patch
@@ -0,0 +1,24 @@
1
2#
3# Patch managed by http://www.holgerschurig.de/patcher.html
4#
5
6--- uClibc/Makefile~nokernelheadercheck
7+++ uClibc/Makefile
8@@ -121,11 +121,11 @@
9 @./extra/config/conf -o extra/Configs/Config.in
10
11 headers: include/bits/uClibc_config.h
12-ifeq ($(strip $(ARCH_HAS_MMU)),y)
13- @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH)
14-else
15- @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH) -n
16-endif
17+#ifeq ($(strip $(ARCH_HAS_MMU)),y)
18+# @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH)
19+#else
20+# @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH) -n
21+#endif
22 @cd include/bits; \
23 set -e; \
24 for i in `ls ../../libc/sysdeps/linux/common/bits/*.h` ; do \