[oe-commits] Peter A. Bigot : cups: regen configure so cups-no-gcrypt.patch has an effect

git at git.openembedded.org git at git.openembedded.org
Mon Aug 4 15:26:32 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: e34e85215a037759a3b71e82fb1a327396122b13
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e34e85215a037759a3b71e82fb1a327396122b13

Author: Peter A. Bigot <pab at pabigot.com>
Date:   Sat Aug  2 07:52:49 2014 -0500

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 <pab at pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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
 }
 



More information about the Openembedded-commits mailing list