[OE-core] [PATCH] cups: regen configure so cups-no-gcrypt.patch has an effect

Peter A. Bigot pab at pabigot.com
Sat Aug 2 12:52:49 UTC 2014


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 at pabigot.com>
---
 meta/recipes-extended/cups/cups.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 6d04a2b..adf21eb 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
 }
 
-- 
1.8.5.5




More information about the Openembedded-core mailing list