]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-networking/btrfs-tools/dosfstools/parted/bmap-tools/libsoup-2.4: add nativesdk...
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 9 Jun 2020 13:52:10 +0000 (21:52 +0800)
committerSteve Sakoman <steve@sakoman.com>
Fri, 11 Dec 2020 16:16:48 +0000 (06:16 -1000)
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 <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cb4f7f078e1d3b1afbf93ca4dc5e690f60c59412)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/glib-networking/glib-networking_2.62.4.bb
meta/recipes-devtools/btrfs-tools/btrfs-tools_5.4.1.bb
meta/recipes-devtools/dosfstools/dosfstools_4.1.bb
meta/recipes-extended/parted/parted_3.3.bb
meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
meta/recipes-support/libsoup/libsoup-2.4_2.68.4.bb

index b74532087c90ca38e4a36d519697f13d86b2af10..c476a7cba5fa5aa3e6db8db7b35a739d68f480e4 100644 (file)
@@ -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"
index cdc971cf5da358bd187ba77780f56df2c76f411a..4112cf484f0f36eb59e3faae9862ec6772557cd8 100644 (file)
@@ -49,4 +49,4 @@ do_install_append() {
     fi
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
index e4ab113391fb1142a8a17c81c3c3275d79d169dd..4bd4aef099114e787148023deeebf16d53f0a1e9 100644 (file)
@@ -22,7 +22,7 @@ EXTRA_OECONF = "--without-udev --enable-compat-symlinks"
 
 CFLAGS += "-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
 
 # Add codepage437 to avoid error from `dosfsck -l`
 RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconv-ibm437"
index 1cfd9ec2648dad381223b4febdfed59fe0d673ab..aa4d8042cf85481fd41dbf30e13905fffc0e2df0 100644 (file)
@@ -22,7 +22,7 @@ EXTRA_OECONF = "--disable-device-mapper"
 
 inherit autotools pkgconfig gettext texinfo ptest
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
 
 do_compile_ptest() {
        oe_runmake -C tests print-align print-max dup-clobber duplicate fs-resize print-flags
index 7c4db85b32c21ee57049626b10905320523a7461..986f0124e285c16baa411b9fa87a615a62f9913e 100644 (file)
@@ -22,4 +22,4 @@ RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptoo
 inherit python3native
 inherit setuptools3
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
index 6731b3373ee4780e18eabb3836d87720a7b3eb05..f984a06aba4c4927b78691062fafdbd4c6ad77f9 100644 (file)
@@ -40,4 +40,4 @@ DEBIAN_NOAUTONAME_${PN} = "1"
 # glib-networking is needed for SSL, proxies, etc.
 RRECOMMENDS_${PN} = "glib-networking"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"