mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8b7d512b40
commit
3a1519a390
@@ -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"
|
||||
|
||||
@@ -49,4 +49,4 @@ do_install_append() {
|
||||
fi
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -22,4 +22,4 @@ RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptoo
|
||||
inherit python3native
|
||||
inherit setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user