Parcourir la source

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

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson il y a 4 ans
Parent
commit
078805be0c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"