summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-04 11:26:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-05 21:50:10 +0100
commitbd102d1275c2fbafe454cb86af03a3a7193308a4 (patch)
tree5010d57d7a209905f705c6c81096a059603c9707 /meta/conf
parent1948bdf63908e869d85d07d69e5dc24cf78603b9 (diff)
downloadpoky-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.conf4
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
9require conf/distro/include/uninative-flags.inc 9require conf/distro/include/uninative-flags.inc
10 10
11# Allow single libc distros to disable this code
12TCLIBCAPPEND ?= "-${TCLIBC}"
13TMPDIR .= "${TCLIBCAPPEND}"
14
15USER_CLASSES ?= "" 11USER_CLASSES ?= ""
16PACKAGE_CLASSES ?= "package_ipk" 12PACKAGE_CLASSES ?= "package_ipk"
17INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx" 13INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx"