diff options
author | Ross Burton <ross.burton@intel.com> | 2014-11-17 21:39:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-20 14:08:14 +0000 |
commit | bc41835eee78e4c30e715f99576ef3006e8132d1 (patch) | |
tree | a4ae2f9d049e8cf2f961087d600ec84aedc1c90b | |
parent | 3092f3329621850ad46f0bb4194e1b60a87d82fc (diff) | |
download | poky-bc41835eee78e4c30e715f99576ef3006e8132d1.tar.gz |
cups: remove unrecognised option
--disable-openssl was removed in 2.0, so don't pass it to configure.
(From OE-Core rev: 132f90b9bad068fc28c4b262c3b1dbd3e37a9169)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 6720c3d596..16fdd4f363 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -33,7 +33,6 @@ EXTRA_OECONF = " \ | |||
33 | --enable-gnutls \ | 33 | --enable-gnutls \ |
34 | --enable-dbus \ | 34 | --enable-dbus \ |
35 | --enable-browsing \ | 35 | --enable-browsing \ |
36 | --disable-openssl \ | ||
37 | --disable-gssapi \ | 36 | --disable-gssapi \ |
38 | --enable-debug \ | 37 | --enable-debug \ |
39 | --disable-relro \ | 38 | --disable-relro \ |