summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch')
-rw-r--r--meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch b/meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch
deleted file mode 100644
index 440800235..000000000
--- a/meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From eb7590cc2cdd5c35403af4567d8524e017010f1c Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Sat, 11 May 2013 07:58:17 +0200
4Subject: [PATCH] configure: remove check for x86.h, we don't build get-edid
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7
8Upstream-status: Inappropriate [OE specific]
9---
10 configure.in | 2 --
11 1 file changed, 2 deletions(-)
12
13diff --git a/configure.in b/configure.in
14index ac85a21..f53e904 100644
15--- a/configure.in
16+++ b/configure.in
17@@ -8,8 +8,6 @@ dnl Checks for programs
18
19 AC_PROG_CC
20
21-AC_CHECK_HEADER([libx86.h], [], [AC_MSG_ERROR([libx86.h not found])])
22-
23 dnl Simple, huh?
24
25 AC_OUTPUT([Makefile])
26--
271.8.1.4
28