From: Peter Korsgaard Date: Sun, 7 Nov 2010 16:15:11 +0000 (+0100) Subject: directfb: rename ppc patch so it still gets applied X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c9f118e5db8d5c524137fca0375a28f36d44825;p=buildroot.git directfb: rename ppc patch so it still gets applied Signed-off-by: Peter Korsgaard --- diff --git a/package/directfb/directfb--ppc-compile-fix.patch b/package/directfb/directfb--ppc-compile-fix.patch deleted file mode 100644 index 2514eae6ed..0000000000 --- a/package/directfb/directfb--ppc-compile-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- - lib/direct/ppcasm_memcpy_cachable.S | 2 -- - 1 file changed, 2 deletions(-) - -Index: DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S -=================================================================== ---- DirectFB-1.2.7.orig/lib/direct/ppcasm_memcpy_cachable.S -+++ DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S -@@ -34,8 +34,6 @@ - - #define __ASSEMBLY__ - --#include -- - #if defined(CONFIG_8xx) || defined(CONFIG_403GCX) - #define L1_CACHE_LINE_SIZE 16 - #define LG_L1_CACHE_LINE_SIZE 4 diff --git a/package/directfb/directfb-1.4.10-ppc-compile-fix.patch b/package/directfb/directfb-1.4.10-ppc-compile-fix.patch new file mode 100644 index 0000000000..2514eae6ed --- /dev/null +++ b/package/directfb/directfb-1.4.10-ppc-compile-fix.patch @@ -0,0 +1,17 @@ +--- + lib/direct/ppcasm_memcpy_cachable.S | 2 -- + 1 file changed, 2 deletions(-) + +Index: DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S +=================================================================== +--- DirectFB-1.2.7.orig/lib/direct/ppcasm_memcpy_cachable.S ++++ DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S +@@ -34,8 +34,6 @@ + + #define __ASSEMBLY__ + +-#include +- + #if defined(CONFIG_8xx) || defined(CONFIG_403GCX) + #define L1_CACHE_LINE_SIZE 16 + #define LG_L1_CACHE_LINE_SIZE 4