]> code.ossystems Code Review - openembedded-core.git/commitdiff
e2fsprogs: Add comment on why touch is needed uninative-1.8
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Mar 2018 19:09:36 +0000 (11:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Mar 2018 19:09:39 +0000 (11:09 -0800)
Commit b32f3b655189fd89dcfce084b6fda0d379300f75 added this code
but we could do with a commit so people realise why its there.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb

index 4fa976d51f37afb464016b3e3f1ea473ce402155..56abb3b5d31a523db7aa04d7f527f2a65337e5c4 100644 (file)
@@ -25,6 +25,8 @@ EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enabl
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[fuse] = '--enable-fuse2fs,--disable-fuse2fs,fuse'
 
+# make locale rules sometimes fire, sometimes don't as git doesn't preserve
+# file mktime. Touch the files introducing non-determinism to the build
 do_compile_prepend (){
        find ${S}/po -type f -name "*.po" -exec touch {} +
 }