From: Richard Purdie Date: Fri, 9 Mar 2018 19:09:36 +0000 (-0800) Subject: e2fsprogs: Add comment on why touch is needed X-Git-Tag: yocto-4.0~13975 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4da78229f0bd67fd34928eafe48dbdc9e8da050;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb index 4fa976d51f3..56abb3b5d31 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 {} + }