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:03:22 +0100 |
| commit | df3d7de667d4bfae8e6501402f1151b8307994cb (patch) | |
| tree | f2d6ece889d17d7e3b7af0543a9a7de632e66dc5 | |
| parent | 6767cc19b1589005b0b1ee779971ea373919f107 (diff) | |
| download | poky-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>
| -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 = " \ | |||
| 39 | do_configure() { | 39 | do_configure() { |
| 40 | gnu-configize | 40 | gnu-configize |
| 41 | libtoolize --force | 41 | libtoolize --force |
| 42 | autoconf --force | ||
| 42 | DSOFLAGS="${LDFLAGS}" SERVERBIN="${libdir}/cups" oe_runconf | 43 | DSOFLAGS="${LDFLAGS}" SERVERBIN="${libdir}/cups" oe_runconf |
| 43 | } | 44 | } |
| 44 | 45 | ||
