summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/buildtools-make-tarball.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/meta/buildtools-make-tarball.bb')
-rw-r--r--meta/recipes-core/meta/buildtools-make-tarball.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-make-tarball.bb b/meta/recipes-core/meta/buildtools-make-tarball.bb
new file mode 100644
index 0000000000..3a9659076f
--- /dev/null
+++ b/meta/recipes-core/meta/buildtools-make-tarball.bb
@@ -0,0 +1,15 @@
1require recipes-core/meta/buildtools-tarball.bb
2
3DESCRIPTION = "SDK type target for building a standalone make binary. The tarball can be used to run bitbake builds \
4 on systems where make is broken (e.g. the 4.2.1 version on CentOS 8 based distros)."
5SUMMARY = "Standalone tarball for running builds on systems with inadequate make"
6LICENSE = "MIT"
7
8# Add nativesdk equivalent of build-essentials
9TOOLCHAIN_HOST_TASK = "\
10 nativesdk-sdk-provides-dummy \
11 nativesdk-make \
12 "
13TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-make-nativesdk-standalone-${DISTRO_VERSION}"
14
15SDK_TITLE = "Make build tool"