mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-03 22:44:37 +02:00
glibc-external: use oe.utils.read_file, not base_read_file
The latter was deprecated and is now removed. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -211,7 +211,7 @@ FILES_${PN}-dev += "\
|
||||
"
|
||||
libc_headers_file = "${@bb.utils.which('${FILESPATH}', 'libc.headers')}"
|
||||
FILES_${PN}-dev += "\
|
||||
${@' '.join('${includedir}/' + f.rstrip() for f in base_read_file('${libc_headers_file}').splitlines())} \
|
||||
${@' '.join('${includedir}/' + f.rstrip() for f in oe.utils.read_file('${libc_headers_file}').splitlines())} \
|
||||
${includedir}/fpu_control.h \
|
||||
${includedir}/stdc-predef.h \
|
||||
${includedir}/uchar.h \
|
||||
|
||||
Reference in New Issue
Block a user