diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-01-30 17:47:45 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-05 09:20:22 +0000 |
commit | 3c01367dfd945d528d330b228807da5d1f60ffb0 (patch) | |
tree | 0c1d93bba47cee02cb4579075a4f86fa486b84f0 /meta | |
parent | a7dfe49a1236b0eb1cebcfe490bb0da68e3252a0 (diff) | |
download | openembedded-core-3c01367dfd945d528d330b228807da5d1f60ffb0.tar.gz openembedded-core-3c01367dfd945d528d330b228807da5d1f60ffb0.tar.bz2 openembedded-core-3c01367dfd945d528d330b228807da5d1f60ffb0.zip |
libgpg-error_1.25.bb: Enable nativesdk
Enable nativesdk on this recipe.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.25.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.25.bb index 9d402ffbb6..d4ce224948 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.25.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.25.bb @@ -51,4 +51,4 @@ do_install_append() { FILES_${PN}-dev += "${bindir}/gpg-error" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" |