From: David Nyström Date: Thu, 17 Oct 2013 13:59:36 +0000 (+0200) Subject: popt: Add nativesdk in BBCLASSEXTEND X-Git-Tag: 2015-4~4871 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=df41395acfbbfa17223e67706d7b661b57cf6eac;p=openembedded-core.git popt: Add nativesdk in BBCLASSEXTEND Signed-off-by: David Nyström Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/popt/popt_1.16.bb b/meta/recipes-support/popt/popt_1.16.bb index aa4e379c9a..32110f22e2 100644 --- a/meta/recipes-support/popt/popt_1.16.bb +++ b/meta/recipes-support/popt/popt_1.16.bb @@ -17,4 +17,4 @@ SRC_URI[sha256sum] = "e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d inherit autotools gettext -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"