summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/files/gcc34.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-07 17:17:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-15 13:20:40 +0000
commit2fd70227b2835d441e0e086c6bb733a86b395d5c (patch)
treed3e74b01fcbab1321483ec058f4f375aadd0f005 /meta/recipes-core/util-linux/files/gcc34.patch
parent9d9c68e3536387150e3ce7261f4770576e724dd9 (diff)
downloadpoky-2fd70227b2835d441e0e086c6bb733a86b395d5c.tar.gz
util-linux: remove unused files from files directory
(From OE-Core rev: 05d9c6646d4d5bb174e42c3a6e36bcdad1657da3) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/files/gcc34.patch')
-rw-r--r--meta/recipes-core/util-linux/files/gcc34.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-core/util-linux/files/gcc34.patch b/meta/recipes-core/util-linux/files/gcc34.patch
deleted file mode 100644
index 8c4a20cdca..0000000000
--- a/meta/recipes-core/util-linux/files/gcc34.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1
2#
3# Patch managed by http://www.holgerschurig.de/patcher.html
4#
5
6--- util-linux-2.12o/disk-utils/fsck.cramfs.c~gcc34
7+++ util-linux-2.12o/disk-utils/fsck.cramfs.c
8@@ -77,15 +77,7 @@
9 #define PAD_SIZE 512
10
11 #include <asm/page.h>
12-#ifdef PAGE_SIZE
13-#define PAGE_CACHE_SIZE ((int) PAGE_SIZE)
14-#elif defined __ia64__
15-#define PAGE_CACHE_SIZE (16384)
16-#elif defined __alpha__
17-#define PAGE_CACHE_SIZE (8192)
18-#else
19 #define PAGE_CACHE_SIZE (4096)
20-#endif
21
22 /* Guarantee access to at least 8kB at a time */
23 #define ROMBUFFER_BITS 13