glibc-locale: only change if TCMODE is set to us

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2014-09-02 12:09:21 -07:00
parent 8aca80b37a
commit caa905b581

View File

@@ -1 +1,4 @@
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
python () {
if d.getVar('TCMODE', True).startswith('external-sourcery'):
d.setVar('INHIBIT_PACKAGE_DEBUG_SPLIT', '1')
}