]> code.ossystems Code Review - openembedded-core.git/commitdiff
curl: Add PACKAGECONFIG for samba
authorMaxin B. John <maxin.john@enea.com>
Mon, 19 Jan 2015 13:19:08 +0000 (14:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:35:24 +0000 (11:35 +0000)
curl 7.40.0 added support for the SMB/CIFS protocol. So provide
a PACKAGECONFIG option for smb.

Reported-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/curl/curl_7.40.0.bb

index 209ed947303d39ff5fbf87a8d4f7dd8d085fe1bf..d4b4ee35062494a943b27f470328736f45676729 100644 (file)
@@ -29,6 +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"
 
 EXTRA_OECONF = "--without-libidn \
                 --enable-crypto-auth \