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 <ross.burton@intel.com> wrote:
On 19 September 2014 05:45, Joseph Andrew de la Peña
<jdelapena@lexmark.com> 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 on curl recipe to fix this?

Well, something is adding a dependency on krb5 to your curl recipe...
if you have a recent poky (although that version of curl suggests that
you don't) then using bitbake -e nativesdk-curl should tell you what
is.

(the dependency on nativesdk-krb5 is failing because krb5 doesn't have
a manual -nativesdk recipe, or use BBCLASSEXTEND="nativesdk" to
magically generate one).

Ross