glibc-external-version.inc: use tcmode override

This ensures we pass yocto-check-layers.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2020-05-28 21:15:23 +05:00
committed by Christopher Larson
parent 2fdd749af5
commit 2cb87790ab

View File

@@ -9,4 +9,4 @@ def get_external_libc_version(d):
return 'UNKNOWN'
PV := "${@get_external_libc_version(d)}"
PV_tcmode-external := "${@get_external_libc_version(d)}"