mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-03 22:44:37 +02:00
external-sourcery-toolchain: forgot to rstrip the trailing newline
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -81,7 +81,7 @@ do_install() {
|
||||
def sysroot_multilib_suffix(d):
|
||||
PATH = d.getVar('PATH', True)
|
||||
cmd = '${CC} -print-sysroot | sed -e "s,^${STAGING_DIR_HOST},,; s,^/,,"'
|
||||
return oe.path.check_output(bb.data.expand(cmd, d), shell=True, env={'PATH': PATH})
|
||||
return oe.path.check_output(bb.data.expand(cmd, d), shell=True, env={'PATH': PATH}).rstrip()
|
||||
|
||||
FILES_${PN}-dev += "/${@sysroot_multilib_suffix(d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user