From d309a62c46acfa066fc643991d02e19e25dc4bcd 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 (From OE-Core rev: caf6dac96888d983ead4e75896b78f96777c40d6) Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie (cherry picked from commit cb4f7f078e1d3b1afbf93ca4dc5e690f60c59412) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-core/glib-networking/glib-networking_2.62.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/glib-networking') diff --git a/meta/recipes-core/glib-networking/glib-networking_2.62.4.bb b/meta/recipes-core/glib-networking/glib-networking_2.62.4.bb index b74532087c..c476a7cba5 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.62.4.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.62.4.bb @@ -31,4 +31,4 @@ FILES_${PN} += "\ FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la" FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf