aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-01-30 17:47:45 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-05 09:20:22 +0000
commit3c01367dfd945d528d330b228807da5d1f60ffb0 (patch)
tree0c1d93bba47cee02cb4579075a4f86fa486b84f0
parenta7dfe49a1236b0eb1cebcfe490bb0da68e3252a0 (diff)
downloadopenembedded-core-contrib-3c01367dfd945d528d330b228807da5d1f60ffb0.tar.gz
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>
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.25.bb2
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"