Re: [yocto] curl package config

2018-09-07 Thread Antonio Santagiuliana
thank to both of you, it worked with the .bbappend file placed in the folder of one of my layers and with PACKAGECONFIG_append = " smb" On Thu, Sep 6, 2018 at 10:00 PM Andre McCurdy wrote: > On Thu, Sep 6, 2018 at 12:10 PM, Erik Botö wrote: > > Hi, > > > > On Thu, Sep 6, 2018 at 8:01 PM Anto

Re: [yocto] curl package config

2018-09-06 Thread Andre McCurdy
On Thu, Sep 6, 2018 at 12:10 PM, Erik Botö wrote: > Hi, > > On Thu, Sep 6, 2018 at 8:01 PM Antonio Santagiuliana > wrote: >> >> 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.c

Re: [yocto] curl package config

2018-09-06 Thread Erik Botö
Hi, On Thu, Sep 6, 2018 at 8:01 PM Antonio Santagiuliana < santantonios...@gmail.com> wrote: > 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 +=

[yocto] curl package config

2018-09-06 Thread Antonio Santagiuliana
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 nam