[yocto] curl package config

Antonio Santagiuliana santantonioswap at gmail.com
Thu Sep 6 11:00:23 PDT 2018


Hello
I am trying to enable the SMB protocol when building curl library by Yocto
the original recipe is under meta/recipes-support/curl

in my image's local.conf I have
IMAGE_INSTALL_append += "curl-dev"

curl is built correctly, but SMB is disabled

So I tried to add a .bbappend file with same name as the recipe's name,
with this line only :
PACKAGECONFIG = "--enable-smb"

but I still have SMB disaabled on curl.

Which is the right way to enable it with PACKAGECONFIG?
or another way ?
thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20180906/57b35194/attachment.html>


More information about the yocto mailing list