From: Arnout Vandecappelle Date: Sun, 4 Oct 2015 12:28:51 +0000 (+0100) Subject: cryptodev-linux: remove now-redundant fix-ccache-compile patch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37d090c6dbad752cd544dcbe4311eacebca8af07;p=buildroot.git cryptodev-linux: remove now-redundant fix-ccache-compile patch Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Reviewed-by: Romain Naour Signed-off-by: Peter Korsgaard --- diff --git a/package/cryptodev-linux/0002-fix-ccache-compile.patch b/package/cryptodev-linux/0002-fix-ccache-compile.patch deleted file mode 100644 index 058fb434e4..0000000000 --- a/package/cryptodev-linux/0002-fix-ccache-compile.patch +++ /dev/null @@ -1,20 +0,0 @@ -Fix compilation with ccache enabled - -When ccache is enabled the CROSS_COMPILE variable contains a space, so -it must be properly quoted. - -Signed-off-by: Doug Kehn - -Index: cryptodev-linux-1.7/Makefile -=================================================================== ---- cryptodev-linux-1.7.orig/Makefile -+++ cryptodev-linux-1.7/Makefile -@@ -18,7 +18,7 @@ ifneq (${ARCH},) - KERNEL_MAKE_OPTS += ARCH=${ARCH} - endif - ifneq (${CROSS_COMPILE},) --KERNEL_MAKE_OPTS += CROSS_COMPILE=${CROSS_COMPILE} -+KERNEL_MAKE_OPTS += CROSS_COMPILE="${CROSS_COMPILE}" - endif - - build: version.h