summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-09 11:09:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-09 11:10:13 -0800
commit1169ee6acc85e88fb45d5544a9ba45c1b3dde994 (patch)
tree963923307b809967d2c311c4003a1fc7d4011db0
parent3beb83723434aaa88236d1208194451a2768e275 (diff)
downloadpoky-uninative-1.8.tar.gz
e2fsprogs: Add comment on why touch is neededuninative-1.8
Commit b32f3b655189fd89dcfce084b6fda0d379300f75 added this code but we could do with a commit so people realise why its there. (From OE-Core rev: e4da78229f0bd67fd34928eafe48dbdc9e8da050) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb
index 4fa976d51f..56abb3b5d3 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
25PACKAGECONFIG ??= "" 25PACKAGECONFIG ??= ""
26PACKAGECONFIG[fuse] = '--enable-fuse2fs,--disable-fuse2fs,fuse' 26PACKAGECONFIG[fuse] = '--enable-fuse2fs,--disable-fuse2fs,fuse'
27 27
28# make locale rules sometimes fire, sometimes don't as git doesn't preserve
29# file mktime. Touch the files introducing non-determinism to the build
28do_compile_prepend (){ 30do_compile_prepend (){
29 find ${S}/po -type f -name "*.po" -exec touch {} + 31 find ${S}/po -type f -name "*.po" -exec touch {} +
30} 32}