From: Denys Dmytriyenko denys@ti.com
Otherwise eglibc version is set to UNKNOWN.
Similar fix is already in master.
Signed-off-by: Denys Dmytriyenko denys@ti.com --- conf/distro/include/external-linaro-toolchain-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/distro/include/external-linaro-toolchain-versions.inc b/conf/distro/include/external-linaro-toolchain-versions.inc index 6b5a6fb..8e2c68c 100644 --- a/conf/distro/include/external-linaro-toolchain-versions.inc +++ b/conf/distro/include/external-linaro-toolchain-versions.inc @@ -43,7 +43,7 @@ def elt_get_libc_version(d): if not syspath: return 'UNKNOWN'
- libpath = syspath + '/libc/lib/${ELT_TARGET_SYS}/' + libpath = syspath + bb.data.expand('/libc/lib/${ELT_TARGET_SYS}/', d)
if os.path.exists(libpath): for file in os.listdir(libpath):
linaro-toolchain@lists.linaro.org