From: Peter A. Bigot Date: Sat, 2 Aug 2014 12:52:49 +0000 (-0500) Subject: cups: regen configure so cups-no-gcrypt.patch has an effect X-Git-Tag: 2015-4~2073 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0262f83ec7d7e68c43c87d3b0a307744a32f6274;p=openembedded-core.git cups: regen configure so cups-no-gcrypt.patch has an effect The existing patch backports a change to the m4 source file, but without a forced autoconf before configure it has no effect. Signed-off-by: Peter A. Bigot Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 6d04a2b18e..adf21eb17e 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc @@ -39,6 +39,7 @@ EXTRA_OECONF = " \ do_configure() { gnu-configize libtoolize --force + autoconf --force DSOFLAGS="${LDFLAGS}" SERVERBIN="${libdir}/cups" oe_runconf }