diff options
Diffstat (limited to 'meta/recipes-kernel/modutils/files/configure.patch')
-rw-r--r-- | meta/recipes-kernel/modutils/files/configure.patch | 34 |
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 @@ | |||
1 | Upstream-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 | ||