glibc-external: fix the file-checksums to actually work

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2019-09-17 21:37:04 +00:00
parent 093ef8d22c
commit 078805be0c

View File

@@ -218,7 +218,7 @@ FILES_${PN}-dev += "\
${includedir}/stdc-predef.h \
${includedir}/uchar.h \
"
FILES_${PN}-dev[file-checksums] += "${libc_headers_file}"
FILES_${PN}-dev[file-checksums] += "${libc_headers_file}:True"
# glibc's utils need libgcc
do_package[depends] += "${MLPREFIX}libgcc:do_packagedata"