Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Burton, Ross
On 22 September 2014 14:16, Joseph Andrew de la Peña wrote: > Good day Ross, > > How about if I wanted to depend on krb5? Hopefully, BBCLASSEXTEND="native nativesdk" will work its magic in krb5.bb. Ross -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Joseph Andrew de la Peña
Good day Ross, How about if I wanted to depend on krb5? Thanks, Joseph On Mon, Sep 22, 2014 at 8:23 PM, Burton, Ross wrote: > On 22 September 2014 13:14, Joseph Andrew de la Peña > wrote: > > Certainly not. How can I get pass this? > > You use bitbake -e nativesdk-curl, search that for "krb5"

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Burton, Ross
On 22 September 2014 13:14, Joseph Andrew de la Peña wrote: > Certainly not. How can I get pass this? You use bitbake -e nativesdk-curl, search that for "krb5", and it should tell you where the krb5 dependency came from. What you do then depends on what and how added that dependency. Ross -- _

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Joseph Andrew de la Peña
Certainly not. How can I get pass this? On Mon, Sep 22, 2014 at 8:11 PM, Burton, Ross wrote: > On 22 September 2014 13:05, Joseph Andrew de la Peña > wrote: > > Yes, our recipe is depending on curl. The dependency chain is > > (nativesdk-our_unit, nativesdk-curl, nativesdk-krb5). > > The recipe

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Burton, Ross
On 22 September 2014 13:05, Joseph Andrew de la Peña wrote: > Yes, our recipe is depending on curl. The dependency chain is > (nativesdk-our_unit, nativesdk-curl, nativesdk-krb5). > The recipe needed curl for certain functions. It works perfectly for native > but when it comes to nativesdk, there

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Joseph Andrew de la Peña
Good day Ross, Yes, our recipe is depending on curl. The dependency chain is (nativesdk-our_unit, nativesdk-curl, nativesdk-krb5). The recipe needed curl for certain functions. It works perfectly for native but when it comes to nativesdk, there is the disconnect. Why is krb5 not seen in sdk but no

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Burton, Ross
On 22 September 2014 12:41, Joseph Andrew de la Peña wrote: > What poky version are you referring to? I'm using dora poky HEAD. Haven't > seen any krb5 recipe. > Please enlighten me. Well krb5 is in meta-oe/meta-connectivity. But the point is that something is adding a dependency to curl for krb

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Joseph Andrew de la Peña
Good day Ross, What poky version are you referring to? I'm using dora poky HEAD. Haven't seen any krb5 recipe. Please enlighten me. Thanks, Joseph On Sat, Sep 20, 2014 at 8:25 AM, Burton, Ross wrote: > On 19 September 2014 05:45, Joseph Andrew de la Peña > wrote: > > ERROR: Nothing PROVIDES '

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-19 Thread Burton, Ross
On 19 September 2014 05:45, Joseph Andrew de la Peña wrote: > ERROR: Nothing PROVIDES 'nativesdk-krb5' (but > virtual:nativesdk:poky/meta/recipes-support/curl/curl_7.32.0.bb DEPENDS or > otherwise requires it). > > Haven't seen a DEPENDS for krb5 in curl and openssl recipe. > Is there any update o

[yocto] Nothing PROVIDES nativesdk-krb5

2014-09-18 Thread Joseph Andrew de la Peña
Good day Yocto Community, I have an ERROR when building my nativesdk recipe: ERROR: Nothing PROVIDES 'nativesdk-krb5' (but virtual:nativesdk:poky/meta/recipes-support/curl/curl_7.32.0.bb DEPENDS or otherwise requires it). Haven't seen a DEPENDS for krb5 in curl and openssl recipe. Is there any u