Kaynağa Gözat

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

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 4 yıl önce
ebeveyn
işleme
078805be0c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"