mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 18:49:34 +02:00
apr-utils: remove obsolete patch
This patch to change how autotools pulls in macros is no longer needed. (From OE-Core rev: 9a550b4154d3e501ed6555694dc95b31df527637) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
937758dc13
commit
77ac9cf581
@@ -1,31 +0,0 @@
|
|||||||
Upstream-Status: Inappropriate [configuration]
|
|
||||||
|
|
||||||
Index: apr-util-1.4.1/configure.in
|
|
||||||
===================================================================
|
|
||||||
--- apr-util-1.4.1.orig/configure.in 2009-12-18 03:15:19.000000000 +0800
|
|
||||||
+++ apr-util-1.4.1/configure.in 2011-12-30 13:32:07.000000000 +0800
|
|
||||||
@@ -8,15 +8,15 @@
|
|
||||||
AC_CONFIG_HEADER(include/private/apu_config.h)
|
|
||||||
AC_CONFIG_AUX_DIR(build)
|
|
||||||
|
|
||||||
-sinclude(build/apu-conf.m4)
|
|
||||||
-sinclude(build/apu-iconv.m4)
|
|
||||||
-sinclude(build/apu-hints.m4)
|
|
||||||
-sinclude(build/apr_common.m4)
|
|
||||||
-sinclude(build/find_apr.m4)
|
|
||||||
-sinclude(build/crypto.m4)
|
|
||||||
-sinclude(build/dbm.m4)
|
|
||||||
-sinclude(build/dbd.m4)
|
|
||||||
-sinclude(build/dso.m4)
|
|
||||||
+#sinclude(build/apu-conf.m4)
|
|
||||||
+#sinclude(build/apu-iconv.m4)
|
|
||||||
+#sinclude(build/apu-hints.m4)
|
|
||||||
+#sinclude(build/apr_common.m4)
|
|
||||||
+#sinclude(build/find_apr.m4)
|
|
||||||
+#sinclude(build/crypto.m4)
|
|
||||||
+#sinclude(build/dbm.m4)
|
|
||||||
+#sinclude(build/dbd.m4)
|
|
||||||
+#sinclude(build/dso.m4)
|
|
||||||
|
|
||||||
dnl Generate ./config.nice for reproducing runs of configure
|
|
||||||
dnl
|
|
||||||
@@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=158aa0b1efe0c12f23d4b007ddb9a5db \
|
|||||||
|
|
||||||
SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
|
SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
|
||||||
file://configfix.patch \
|
file://configfix.patch \
|
||||||
file://configure_fixes.patch \
|
|
||||||
file://0001-test_transformation-Check-if-transform-is-supported-.patch \
|
file://0001-test_transformation-Check-if-transform-is-supported-.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user