diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-01-19 14:19:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:27 +0000 |
commit | 3873efd33c60010a096391b821ef9004755da1d5 (patch) | |
tree | 728e67d60a2242867da5e07480f7f51a006dcfa1 /meta/recipes-support | |
parent | 8f9506bc1c194645d99381681936fe66994e44ab (diff) | |
download | poky-3873efd33c60010a096391b821ef9004755da1d5.tar.gz |
curl: Add PACKAGECONFIG for samba
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>
(From OE-Core rev: c776fd463902594e77cf9a8199039714a078437c)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_7.40.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.40.0.bb b/meta/recipes-support/curl/curl_7.40.0.bb index 209ed94730..d4b4ee3506 100644 --- a/meta/recipes-support/curl/curl_7.40.0.bb +++ b/meta/recipes-support/curl/curl_7.40.0.bb | |||
@@ -29,6 +29,7 @@ PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" | |||
29 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" | 29 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" |
30 | PACKAGECONFIG[rtmpdump] = "--with-librtmp,--without-librtmp,rtmpdump" | 30 | PACKAGECONFIG[rtmpdump] = "--with-librtmp,--without-librtmp,rtmpdump" |
31 | PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" | 31 | PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" |
32 | PACKAGECONFIG[smb] = "--enable-smb,--disable-smb,samba" | ||
32 | 33 | ||
33 | EXTRA_OECONF = "--without-libidn \ | 34 | EXTRA_OECONF = "--without-libidn \ |
34 | --enable-crypto-auth \ | 35 | --enable-crypto-auth \ |