fcgi: upgrade 2.4.1+git -> 2.4.2

Remove add_foreign_to_AM_INIT_AUTOMAKE.patch as the issue had been fixed
upstream.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2019-06-14 11:20:41 +08:00 committed by Khem Raj
parent 9e58f66e35
commit 60be27c39b
2 changed files with 3 additions and 22 deletions

View File

@ -1,18 +0,0 @@
Upstream-Status: Pending
use automake options "foreign" to set the strictness as appropriate
Signed-off-by: Yang Haibo <b40869@freescale.com>
--- fcgi-ori/configure.in 2014-08-05 14:58:35.000000000 +0800
+++ fcgi-2.4.0/configure.in 2014-08-05 14:59:08.000000000 +0800
@@ -4,8 +4,8 @@
dnl generate the file "configure", which is run during the build
dnl to configure the system for the local environment.
-AC_INIT
-AM_INIT_AUTOMAKE(fcgi, 2.4.1-SNAP-0910052249)
+AC_INIT([fcgi], [2.4.1-SNAP-0910052249])
+AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(fcgi_config.h)

View File

@ -3,12 +3,11 @@ HOMEPAGE = "http://www.fastcgi.com"
LICENSE = "OML"
LIC_FILES_CHKSUM = "file://LICENSE.TERMS;md5=e3aacac3a647af6e7e31f181cda0a06a"
SRCREV = "68100b5b8cb26f04b784778ed19ccef4fe389f57"
PV = "2.4.1+git${SRCPV}"
SRCREV = "382aa2b0d53a87c27f2f647dfaf670375ba0b85f"
PV = "2.4.2"
SRC_URI = "git://github.com/FastCGI-Archives/fcgi2.git;protocol=https \
file://add_foreign_to_AM_INIT_AUTOMAKE.patch \
"
"
S = "${WORKDIR}/git"