aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-03-11 17:27:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-16 17:38:50 +0000
commitb4c7921001a30e0162cacbe12b1a5b888b36db57 (patch)
tree368f105fc74aed1fdaabe00aaf9a5a72ce8b4b19
parent572437720b6698a3a10627fcd9654ef10f827836 (diff)
downloadopenembedded-core-contrib-b4c7921001a30e0162cacbe12b1a5b888b36db57.tar.gz
curl: remove samba from PACKAGECONFIG[smb] DEPENDS
Enabling support for the smb protocol does not create a build time dependency on samba. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-support/curl/curl_7.40.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.40.0.bb b/meta/recipes-support/curl/curl_7.40.0.bb
index d4b4ee3506..4cde9c6baa 100644
--- a/meta/recipes-support/curl/curl_7.40.0.bb
+++ b/meta/recipes-support/curl/curl_7.40.0.bb
@@ -29,7 +29,7 @@ PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib"
PACKAGECONFIG[rtmpdump] = "--with-librtmp,--without-librtmp,rtmpdump"
PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2"
-PACKAGECONFIG[smb] = "--enable-smb,--disable-smb,samba"
+PACKAGECONFIG[smb] = "--enable-smb,--disable-smb,"
EXTRA_OECONF = "--without-libidn \
--enable-crypto-auth \