diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2020-06-09 21:52:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-12 08:25:04 +0100 |
commit | 3a1519a3905cb2925d76e1e361c64bc3a1dc1813 (patch) | |
tree | 090fbf032fefba3d5c2a93bda16412cd2ca96ab9 /meta/recipes-extended/parted | |
parent | 8b7d512b40d7d66f7f7ae9965488c36f8b0fcc0e (diff) | |
download | poky-3a1519a3905cb2925d76e1e361c64bc3a1dc1813.tar.gz |
glib-networking/btrfs-tools/dosfstools/parted/bmap-tools/libsoup-2.4: add nativesdk support
In order to make wic tool work in sdk which is out of an
existed Yocto build, it needs to port wic tool as a nativesdk
recipe.
First, make these runtime depends recipes to support nativesdk
(From OE-Core rev: cb4f7f078e1d3b1afbf93ca4dc5e690f60c59412)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/parted')
-rw-r--r-- | meta/recipes-extended/parted/parted_3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/parted/parted_3.3.bb b/meta/recipes-extended/parted/parted_3.3.bb index 1cfd9ec264..aa4d8042cf 100644 --- a/meta/recipes-extended/parted/parted_3.3.bb +++ b/meta/recipes-extended/parted/parted_3.3.bb | |||
@@ -22,7 +22,7 @@ EXTRA_OECONF = "--disable-device-mapper" | |||
22 | 22 | ||
23 | inherit autotools pkgconfig gettext texinfo ptest | 23 | inherit autotools pkgconfig gettext texinfo ptest |
24 | 24 | ||
25 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native nativesdk" |
26 | 26 | ||
27 | do_compile_ptest() { | 27 | do_compile_ptest() { |
28 | oe_runmake -C tests print-align print-max dup-clobber duplicate fs-resize print-flags | 28 | oe_runmake -C tests print-align print-max dup-clobber duplicate fs-resize print-flags |