summaryrefslogtreecommitdiffstats
path: root/meta
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-20 10:53:21 +0000
commitb569f2a414cfe40cb03b68ecff65b7d38e5f9f73 (patch)
tree0a962b043d515b2149d0171f423d55d69fae159c /meta
parent411f54128841d8d365dc6a36d2ea7b1abc55ee02 (diff)
downloadpoky-b569f2a414cfe40cb03b68ecff65b7d38e5f9f73.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: 3a4ac9d028e6d7840660bb9640614d92fd89246f) 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: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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"