mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-08 00:44:47 +02:00
glibc-locale: only change if TCMODE is set to us
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -1 +1,4 @@
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
python () {
|
||||
if d.getVar('TCMODE', True).startswith('external-sourcery'):
|
||||
d.setVar('INHIBIT_PACKAGE_DEBUG_SPLIT', '1')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user