aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2014-08-02 07:52:49 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-06 10:03:22 +0100
commitdf3d7de667d4bfae8e6501402f1151b8307994cb (patch)
treef2d6ece889d17d7e3b7af0543a9a7de632e66dc5 /meta/recipes-extended/cups
parent6767cc19b1589005b0b1ee779971ea373919f107 (diff)
downloadopenembedded-core-contrib-df3d7de667d4bfae8e6501402f1151b8307994cb.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r--meta/recipes-extended/cups/cups.inc1
1 files changed, 1 insertions, 0 deletions
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
}