瀏覽代碼

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

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 4 年之前
父節點
當前提交
078805be0c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes-external/glibc/glibc-external.bb

+ 1 - 1
recipes-external/glibc/glibc-external.bb

@@ -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"