cups: regen configure so cups-no-gcrypt.patch has an effect
authorPeter A. Bigot <pab@pabigot.com>
Sat, 2 Aug 2014 12:52:49 +0000 (07:52 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Aug 2014 09:03:22 +0000 (10:03 +0100)
The existing patch backports a change to the m4 source file, but without
a forced autoconf before configure it has no effect.

(From OE-Core rev: 0262f83ec7d7e68c43c87d3b0a307744a32f6274)

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/cups/cups.inc

index 6d04a2b..adf21eb 100644 (file)
@@ -39,6 +39,7 @@ EXTRA_OECONF = " \
 do_configure() {
        gnu-configize
        libtoolize --force
+       autoconf --force
        DSOFLAGS="${LDFLAGS}" SERVERBIN="${libdir}/cups" oe_runconf
 }