diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-04 11:26:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-05 21:50:10 +0100 |
commit | bd102d1275c2fbafe454cb86af03a3a7193308a4 (patch) | |
tree | 5010d57d7a209905f705c6c81096a059603c9707 /meta/conf | |
parent | 1948bdf63908e869d85d07d69e5dc24cf78603b9 (diff) | |
download | poky-bd102d1275c2fbafe454cb86af03a3a7193308a4.tar.gz |
conf/defaultsetup.conf: Drop TCLIBCAPPEND
We've been able to run musl and glibc builds in the same TMPDIR for
many years and a separate directory is not required. Most distros disable
this value for that reason.
Drop support for the variable to make it clear and easy for distros
to be able to set multiconfigs which behave consistently for distros
which do and don't clear it by dropping it entirely.
(From OE-Core rev: ebcd355a32e2711263e22d9b45b502696ecbb4d2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/defaultsetup.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf index 90b68057ad..e6369dcec4 100644 --- a/meta/conf/distro/defaultsetup.conf +++ b/meta/conf/distro/defaultsetup.conf | |||
@@ -8,10 +8,6 @@ require conf/distro/include/tclibc-${TCLIBC}.inc | |||
8 | 8 | ||
9 | require conf/distro/include/uninative-flags.inc | 9 | require conf/distro/include/uninative-flags.inc |
10 | 10 | ||
11 | # Allow single libc distros to disable this code | ||
12 | TCLIBCAPPEND ?= "-${TCLIBC}" | ||
13 | TMPDIR .= "${TCLIBCAPPEND}" | ||
14 | |||
15 | USER_CLASSES ?= "" | 11 | USER_CLASSES ?= "" |
16 | PACKAGE_CLASSES ?= "package_ipk" | 12 | PACKAGE_CLASSES ?= "package_ipk" |
17 | INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx" | 13 | INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx" |