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:22:18 +0000 |
commit | 67ed7f76dd5dc5a2920f1a824514dcbd996db7b5 (patch) | |
tree | 2c14c93f8aed52f437cc2299bbd862fc27b3eb7f /meta/recipes-support/libgpg-error | |
parent | 621d78241570a655a32156c4dd25d94bc8a8b7d8 (diff) | |
download | poky-67ed7f76dd5dc5a2920f1a824514dcbd996db7b5.tar.gz |
libgpg-error_1.25.bb: Enable nativesdk
Enable nativesdk on this recipe.
(From OE-Core rev: 3c01367dfd945d528d330b228807da5d1f60ffb0)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgpg-error')
-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() { | |||
51 | 51 | ||
52 | FILES_${PN}-dev += "${bindir}/gpg-error" | 52 | FILES_${PN}-dev += "${bindir}/gpg-error" |
53 | 53 | ||
54 | BBCLASSEXTEND = "native" | 54 | BBCLASSEXTEND = "native nativesdk" |