From cb4f7f078e1d3b1afbf93ca4dc5e690f60c59412 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 9 Jun 2020 21:52:10 +0800 Subject: 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 Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie --- meta/recipes-devtools/btrfs-tools/btrfs-tools_5.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/btrfs-tools') diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.6.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.6.1.bb index 885d79dcdc..29f14d9077 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.6.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.6.1.bb @@ -49,4 +49,4 @@ do_install_append() { fi } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg