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-support | |
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-support')
-rw-r--r-- | meta/recipes-support/bmap-tools/bmap-tools_3.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.70.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb index 694c5f09be..fd57f8f7f0 100644 --- a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb +++ b/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb | |||
@@ -22,4 +22,4 @@ RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptoo | |||
22 | inherit python3native | 22 | inherit python3native |
23 | inherit setuptools3 | 23 | inherit setuptools3 |
24 | 24 | ||
25 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.70.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.70.0.bb index d10db7940a..d6425bd941 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.70.0.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.70.0.bb | |||
@@ -40,4 +40,4 @@ DEBIAN_NOAUTONAME_${PN} = "1" | |||
40 | # glib-networking is needed for SSL, proxies, etc. | 40 | # glib-networking is needed for SSL, proxies, etc. |
41 | RRECOMMENDS_${PN} = "glib-networking" | 41 | RRECOMMENDS_${PN} = "glib-networking" |
42 | 42 | ||
43 | BBCLASSEXTEND = "native" | 43 | BBCLASSEXTEND = "native nativesdk" |