]> code.ossystems Code Review - openembedded-core.git/commitdiff
curl: remove samba from PACKAGECONFIG[smb] DEPENDS
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 12 Mar 2015 00:27:38 +0000 (17:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Mar 2015 17:38:50 +0000 (17:38 +0000)
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>
meta/recipes-support/curl/curl_7.40.0.bb

index d4b4ee35062494a943b27f470328736f45676729..4cde9c6baa90ec4b2b46951e92a88a08842327eb 100644 (file)
@@ -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 \