diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-08-02 07:52:49 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-06 10:02:40 +0100 |
commit | 0262f83ec7d7e68c43c87d3b0a307744a32f6274 (patch) | |
tree | 33ab16b10a7bafd58b11ff0a70fd5157a5726582 /meta | |
parent | 9a32b4fc295b407eee5196cc9e54591ef5de2c70 (diff) | |
download | openembedded-core-0262f83ec7d7e68c43c87d3b0a307744a32f6274.tar.gz openembedded-core-0262f83ec7d7e68c43c87d3b0a307744a32f6274.tar.bz2 openembedded-core-0262f83ec7d7e68c43c87d3b0a307744a32f6274.zip |
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@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 1 |
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 } |