summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2020-11-05 10:58:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-08 14:03:20 +0000
commit7183f0712cf8e1fde5d7742d7044a44337a57d7c (patch)
tree508bd07ca19d52285acb08c4d5f860056338406f
parent56aa4f69c83966921fe70c0edb50d8328d443fd6 (diff)
downloadpoky-7183f0712cf8e1fde5d7742d7044a44337a57d7c.tar.gz
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. (From OE-Core rev: 0ed002422bc46539f1d71ed19ee17358b6691bf0) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/diffstat/diffstat_1.63.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.63.bb b/meta/recipes-devtools/diffstat/diffstat_1.63.bb
index ee0a7e7bd6..61b2ea5dc2 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}"
27do_install_ptest() { 27do_install_ptest() {
28 cp -r ${S}/testing ${D}${PTEST_PATH} 28 cp -r ${S}/testing ${D}${PTEST_PATH}
29} 29}
30
31BBCLASSEXTEND = "nativesdk"