]> code.ossystems Code Review - openembedded-core.git/commitdiff
diffstat: add nativesdk to BBCLASSEXTEND
authorNathan Rossi <nathan@nathanrossi.com>
Thu, 5 Nov 2020 10:58:09 +0000 (10:58 +0000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 9 Nov 2020 16:52:34 +0000 (06:52 -1000)
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 <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0ed002422bc46539f1d71ed19ee17358b6691bf0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/diffstat/diffstat_1.63.bb

index ee0a7e7bd638bccb658f36ebbc427d693e6e2296..61b2ea5dc21f12191a551bcb9598ae308959e4f3 100644 (file)
@@ -27,3 +27,5 @@ LDFLAGS += "${TOOLCHAIN_OPTIONS}"
 do_install_ptest() {
        cp -r ${S}/testing ${D}${PTEST_PATH}
 }
+
+BBCLASSEXTEND = "nativesdk"