[oe-commits] Andre McCurdy : curl: remove samba from PACKAGECONFIG[smb] DEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Mar 16 17:42:42 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: b4c7921001a30e0162cacbe12b1a5b888b36db57
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b4c7921001a30e0162cacbe12b1a5b888b36db57

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Wed Mar 11 17:27:38 2015 -0700

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 at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-support/curl/curl_7.40.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/curl/curl_7.40.0.bb b/meta/recipes-support/curl/curl_7.40.0.bb
index d4b4ee3..4cde9c6 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 \



More information about the Openembedded-commits mailing list