]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Jun 2020 21:30:35 +0000 (22:30 +0100)
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>
meta/recipes-core/glib-networking/glib-networking_2.64.3.bb
meta/recipes-devtools/btrfs-tools/btrfs-tools_5.6.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.70.0.bb

index a79e0e4988cc51e2913b92a4d1cb0f6837ff4342..c34ae508f6bb9dc3e11c31f35b9deddd4e8edf94 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 885d79dcdcab1478cf4d7df3768ef67a92d77510..29f14d9077939c764a7cf143a00a8f8e3215ffb7 100644 (file)
@@ -49,4 +49,4 @@ do_install_append() {
     fi
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
index 23b88366705098c272c20875157d740163ff0c4a..97ce44995467ab8c071379c9d714dbccce11ed51 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 694c5f09bed6f0508921c31f7918cb632bcb8f17..fd57f8f7f0aeb935cf1b63de414214c0ee5ca36b 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 d10db7940a38645b2d61e972c75119a7d39d55da..d6425bd941f322609a823980c98ea6c0f279a6c4 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"