From 0262f83ec7d7e68c43c87d3b0a307744a32f6274 Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Sat, 2 Aug 2014 07:52:49 -0500 Subject: 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 --- meta/recipes-extended/cups/cups.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended') 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 } -- cgit 1.2.3-korg