diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-03-11 17:27:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:42:08 +0000 |
commit | 85532e020eae089dffdd67e99eb602fb3424c5ca (patch) | |
tree | af473ccf1b0b6b2989817a01dc5d0b0ec6eb9cc1 /meta | |
parent | 4811b04f120f0a90d047feed239caa37c7008cb9 (diff) | |
download | poky-85532e020eae089dffdd67e99eb602fb3424c5ca.tar.gz |
curl: remove samba from PACKAGECONFIG[smb] DEPENDS
Enabling support for the smb protocol does not create
a build time dependency on samba.
(From OE-Core rev: b4c7921001a30e0162cacbe12b1a5b888b36db57)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/curl/curl_7.40.0.bb | 2 |
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" | |||
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 | PACKAGECONFIG[smb] = "--enable-smb,--disable-smb," |
33 | 33 | ||
34 | EXTRA_OECONF = "--without-libidn \ | 34 | EXTRA_OECONF = "--without-libidn \ |
35 | --enable-crypto-auth \ | 35 | --enable-crypto-auth \ |