diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/make/make_3.82.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 387db75373..8b68f716c5 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "SDK type target for building a standalone tarball containing python, chrpath, git and tar. The \ | 1 | DESCRIPTION = "SDK type target for building a standalone tarball containing python, chrpath, make, git and tar. The \ |
2 | tarball can be used to run bitbake builds on systems which don't meet the usual version requirements." | 2 | tarball can be used to run bitbake builds on systems which don't meet the usual version requirements." |
3 | SUMMARY = "Standalone tarball for running builds on systems with inadequate software" | 3 | SUMMARY = "Standalone tarball for running builds on systems with inadequate software" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
@@ -36,6 +36,7 @@ TOOLCHAIN_HOST_TASK ?= "\ | |||
36 | nativesdk-chrpath \ | 36 | nativesdk-chrpath \ |
37 | nativesdk-tar \ | 37 | nativesdk-tar \ |
38 | nativesdk-git \ | 38 | nativesdk-git \ |
39 | nativesdk-make \ | ||
39 | " | 40 | " |
40 | 41 | ||
41 | TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}" | 42 | TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}" |
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb index 8a2f287a01..6cc467d547 100644 --- a/meta/recipes-devtools/make/make_3.82.bb +++ b/meta/recipes-devtools/make/make_3.82.bb | |||
@@ -13,4 +13,4 @@ SRC_URI += "file://expand_MAKEFLAGS.patch \ | |||
13 | SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" | 13 | SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" |
14 | SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" | 14 | SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native nativesdk" |