]> code.ossystems Code Review - openembedded-core.git/commitdiff
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:02:40 +0000 (10:02 +0100)
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 <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/cups/cups.inc

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