aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/acpica/files
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-01-17 13:06:13 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-22 12:22:48 +0100
commitef03b5a1180e89afae8ab80ec826c27905d88e52 (patch)
treee0c5cd98d372199eaee010f0d238e878dd4626aa /meta-oe/recipes-extended/acpica/files
parent6deef6adf3d59feaeae678ad693f2ba36e34e550 (diff)
downloadmeta-openembedded-contrib-ef03b5a1180e89afae8ab80ec826c27905d88e52.tar.gz
acpica: replace patch with EXTRA_OEMAKE args
No need to patch the makefile when you can just passs CC=${TARGET_PREFIX}gcc to make. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/acpica/files')
-rw-r--r--meta-oe/recipes-extended/acpica/files/cross-compile.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-extended/acpica/files/cross-compile.patch b/meta-oe/recipes-extended/acpica/files/cross-compile.patch
deleted file mode 100644
index f2917ca994..0000000000
--- a/meta-oe/recipes-extended/acpica/files/cross-compile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: add cross compile support
-Forwarded: not-needed
-Author: Fathi Boudra <fathi.boudra@linaro.org>
-
----
- generate/unix/Makefile.config | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/generate/unix/Makefile.config
-+++ b/generate/unix/Makefile.config
-@@ -35,7 +35,7 @@
- .SUFFIXES :
- PROGS = acpibin acpidump acpiexec acpihelp acpinames acpisrc acpixtract iasl
- HOST ?= _CYGWIN
--CC = gcc
-+CC ?= $(CROSS_COMPILE)gcc
-
- #
- # Common defines