* [PATCH v2] diffstat: add nativesdk to BBCLASSEXTEND
@ 2020-11-05 10:58 Nathan Rossi
0 siblings, 0 replies; only message in thread
From: Nathan Rossi @ 2020-11-05 10:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Nathan Rossi
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>
---
Changes in v2:
- Change "+=" to "="
- Add more detail into commit message
- Drop native extend, diffstat-native is already in ASSUME_PROVIDED and
is mostly broken when excluded from such, due to dependency issues
---
meta/recipes-devtools/diffstat/diffstat_1.63.bb | 2 ++
1 file changed, 2 insertions(+)
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}"
do_install_ptest() {
cp -r ${S}/testing ${D}${PTEST_PATH}
}
+
+BBCLASSEXTEND = "nativesdk"
---
2.28.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-05 10:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 10:58 [PATCH v2] diffstat: add nativesdk to BBCLASSEXTEND Nathan Rossi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox