[oe-commits] Maxin B. John : curl: Add PACKAGECONFIG for samba

git at git.openembedded.org git at git.openembedded.org
Fri Jan 23 11:36:52 UTC 2015


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

Author: Maxin B. John <maxin.john at enea.com>
Date:   Mon Jan 19 14:19:08 2015 +0100

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 at gmail.com>
Signed-off-by: Maxin B. John <maxin.john at enea.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

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

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



More information about the Openembedded-commits mailing list