[oe-commits] [openembedded-core] branch master updated: e2fsprogs: Add comment on why touch is needed

git at git.openembedded.org git at git.openembedded.org
Fri Mar 9 19:10:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
     new e4da782  e2fsprogs: Add comment on why touch is needed
e4da782 is described below

commit e4da78229f0bd67fd34928eafe48dbdc9e8da050
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Mar 9 11:09:36 2018 -0800

    e2fsprogs: Add comment on why touch is needed
    
    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 at linuxfoundation.org>
---
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb
index 4fa976d..56abb3b 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb
@@ -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 {} +
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list