From: Nathan Rossi Date: Thu, 5 Nov 2020 10:58:09 +0000 (+0000) Subject: diffstat: add nativesdk to BBCLASSEXTEND X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9651 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed002422bc46539f1d71ed19ee17358b6691bf0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git diffstat: add nativesdk to BBCLASSEXTEND The diffstat tool is part of HOSTTOOLS. To support hosts that do not have it installed with buildtools-tarball it must be enabled for nativesdk. Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/diffstat/diffstat_1.63.bb b/meta/recipes-devtools/diffstat/diffstat_1.63.bb index ee0a7e7bd63..61b2ea5dc21 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.63.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.63.bb @@ -27,3 +27,5 @@ LDFLAGS += "${TOOLCHAIN_OPTIONS}" do_install_ptest() { cp -r ${S}/testing ${D}${PTEST_PATH} } + +BBCLASSEXTEND = "nativesdk"