Re: [yocto] Enabling SFTP on libcurl package

2013-07-22 Thread Paul Eggleton
On Friday 19 July 2013 16:09:03 Saddam Quirem wrote: > In the curl recipe, I changed these lines: > DEPENDS = "zlib gnutls" > --without-libssh2 \ > To this: > DEPENDS = "zlib gnutls libssh2" > --with-libssh2=${STAGING_LIBDIR} \ > > I'm using poky-dylan w/ Freesacale ARM BSP. There

Re: [yocto] Enabling SFTP on libcurl package

2013-07-19 Thread Daniel Stenberg
On Fri, 19 Jul 2013, Saddam Quirem wrote: Since you're the author and maintainer of cURL, I was wondering why SSH is not yet supported in the Yocto cURL package and if it will be? Sorry, I'm the maintainer of the actual *upstream* curl project, I don't have anything to do with the current rec

Re: [yocto] Enabling SFTP on libcurl package

2013-07-19 Thread Saddam Quirem
Daniel Stenberg writes: > libssh2 is a rather standard autotools-using library that itself depends on a > crypto backend (OpenSSL or gcrypt). There should be plenty of recipes for > similar libs to get inspiration from. Appreciate the response. I added a libssh2 recipe in poky/meta/recipes-su

Re: [yocto] Enabling SFTP on libcurl package

2013-07-18 Thread Daniel Stenberg
On Thu, 18 Jul 2013, squirem wrote: Seems libssh2 is not included in oe-core and meta-oe, you should add recipe for libssh2 firstly. I've never personally written a bitbake recipe, but I guess it's worth trying. If I can't figure it out I may try to see if someone more knowledgeable might ha

Re: [yocto] Enabling SFTP on libcurl package

2013-07-18 Thread squirem
Luo Zhenhua-B19537 writes: > Seems libssh2 is not included in oe-core and meta-oe, you should add recipe for libssh2 firstly. I've never personally written a bitbake recipe, but I guess it's worth trying. If I can't figure it out I may try to see if someone more knowledgeable might have int

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread Luo Zhenhua-B19537
, 2013 11:42 PM > To: yocto@yoctoproject.org > Subject: Re: [yocto] Enabling SFTP on libcurl package > > Luo Zhenhua-B19537 writes: > > > Add "--with-libssh2" when configure curl. > > It seems that poky did not come with libssh2. > I'm also having some

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread squirem
Luo Zhenhua-B19537 writes: > Add "--with-libssh2" when configure curl. It seems that poky did not come with libssh2. I'm also having some issues cross-compiling the library myself. Any thoughts? ___ yocto mailing list yocto@yoctoproject.org https://l

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread squirem
Luo Zhenhua-B19537 writes: > Add "--with-libssh2" when configure curl. I found that the curl bitbake recipe has the "--without-libssh2" configuration option set. I'll try changing that option and seeing what happens. I appreciate the help. ___ yo

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread Luo Zhenhua-B19537
ect.org > Subject: [yocto] Enabling SFTP on libcurl package > > I've developing an application that uses libcurl using SFTP to transfer > data. > When I finally cross-compiled my application and and tested it, it would > print this message: "Protocol sftp not supported o

[yocto] Enabling SFTP on libcurl package

2013-07-17 Thread Saddam Quirem
I've developing an application that uses libcurl using SFTP to transfer data. When I finally cross-compiled my application and and tested it, it would print this message: "Protocol sftp not supported or disabled in libcurl". This means that the libcurl package I built did not have SSH enabled. I'