summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/modutils/files/configure.patch
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2011-07-01 15:08:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-01 23:34:18 +0100
commit40f93ae7afbdd7f5b4ed61324f9568afd8b65a92 (patch)
treeefdb80dc76d8a2916933c4c095228c350e10dc66 /meta/recipes-kernel/modutils/files/configure.patch
parentf370e45cbbe9dfa35e3b4d26190371b5d1d63d10 (diff)
downloadpoky-40f93ae7afbdd7f5b4ed61324f9568afd8b65a92.tar.gz
modutils: remove modutils
As 2.4 support is being phased out, remove modutils. (From OE-Core rev: e7bc441686c384f025a8b722441bdb1f66d5f8db) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/modutils/files/configure.patch')
-rw-r--r--meta/recipes-kernel/modutils/files/configure.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-kernel/modutils/files/configure.patch b/meta/recipes-kernel/modutils/files/configure.patch
deleted file mode 100644
index 63e80d7191..0000000000
--- a/meta/recipes-kernel/modutils/files/configure.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1Upstream-Status: Pending
2
3#
4# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
5#
6
7--- modutils-2.4.25/./configure.in~configure
8+++ modutils-2.4.25/./configure.in
9@@ -1,4 +1,5 @@
10-AC_INIT(insmod/insmod.c)
11+AC_INIT
12+AC_CONFIG_SRCDIR([insmod/insmod.c])
13 AC_PREFIX_DEFAULT(/usr)
14
15 # Canonical system uses CC_FOR_BUILD while Linux may use BUILDCC
16@@ -15,7 +16,7 @@
17 BUILDCC="$CC_FOR_BUILD"
18 export CC_FOR_BUILD
19
20-AC_CANONICAL_SYSTEM
21+AC_CANONICAL_TARGET([])
22
23 # Handle target_cpu for compatibility.
24 if test "$host_cpu" != "$target_cpu"; then
25@@ -350,6 +351,7 @@
26 fi
27 fi
28
29-AC_OUTPUT(Makefile Makefile.common depmod/Makefile genksyms/Makefile
30+AC_CONFIG_FILES([Makefile Makefile.common depmod/Makefile genksyms/Makefile
31 insmod/Makefile $kerneld_Makefiles obj/Makefile util/Makefile
32- man/Makefile)
33+ man/Makefile])
34+AC_OUTPUT