summaryrefslogtreecommitdiffstats
path: root/patches/u-boot-2011.12/0001-tools-Prefer-u-boot-includes-to-system-include-direc.patch
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 10:28:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 10:29:25 +0200
commitc38205117c4225e7452ca39bb6a922d8e51b41f3 (patch)
tree571e644d55d75ab11c72d452d578c714b4a41bda /patches/u-boot-2011.12/0001-tools-Prefer-u-boot-includes-to-system-include-direc.patch
parent19d351c6616e3f3c4071c6ca7084af89bc72b419 (diff)
downloadptxdist-c38205117c4225e7452ca39bb6a922d8e51b41f3.tar.gz
ptxdist-c38205117c4225e7452ca39bb6a922d8e51b41f3.tar.xz
u-boot: remove obsolete patches
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/u-boot-2011.12/0001-tools-Prefer-u-boot-includes-to-system-include-direc.patch')
-rw-r--r--patches/u-boot-2011.12/0001-tools-Prefer-u-boot-includes-to-system-include-direc.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/patches/u-boot-2011.12/0001-tools-Prefer-u-boot-includes-to-system-include-direc.patch b/patches/u-boot-2011.12/0001-tools-Prefer-u-boot-includes-to-system-include-direc.patch
deleted file mode 100644
index 39f2ba913..000000000
--- a/patches/u-boot-2011.12/0001-tools-Prefer-u-boot-includes-to-system-include-direc.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Alexander Stein <alexander.stein@systec-electronic.com>
-Date: Wed, 26 Mar 2014 22:46:22 +0100
-Subject: [PATCH] tools: Prefer u-boot includes to system include directory
-
-This fixes the following build error when lensfun is installed:
-In file included from /usr/include/image.h:22:0,
- from aisimage.c:29:
-/usr/include/rgbpixel.h:22:20: fatal error: config.h: No such file or directory
-
-Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
----
- tools/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/Makefile b/tools/Makefile
-index a5f989a..bc6ffe3 100644
---- a/tools/Makefile
-+++ b/tools/Makefile
-@@ -157,7 +157,7 @@ NOPEDOBJS := $(addprefix $(obj),$(NOPED_OBJ_FILES-y))
- # Use native tools and options
- # Define __KERNEL_STRICT_NAMES to prevent typedef overlaps
- #
--HOSTCPPFLAGS = -idirafter $(SRCTREE)/include \
-+HOSTCPPFLAGS = -I $(SRCTREE)/include \
- -idirafter $(OBJTREE)/include2 \
- -idirafter $(OBJTREE)/include \
- -I $(SRCTREE)/lib/libfdt \