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.

(From OE-Core rev: 0262f83ec7d7e68c43c87d3b0a307744a32f6274)

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter A. Bigot
2014-08-02 07:52:49 -05:00
committed by Richard Purdie
parent 6767cc19b1
commit df3d7de667

View File

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