diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-09 11:09:36 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-09 11:10:13 -0800 |
commit | 1169ee6acc85e88fb45d5544a9ba45c1b3dde994 (patch) | |
tree | 963923307b809967d2c311c4003a1fc7d4011db0 /meta/recipes-devtools/e2fsprogs | |
parent | 3beb83723434aaa88236d1208194451a2768e275 (diff) | |
download | poky-1169ee6acc85e88fb45d5544a9ba45c1b3dde994.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>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb | 2 |
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 | |||
25 | PACKAGECONFIG ??= "" | 25 | PACKAGECONFIG ??= "" |
26 | PACKAGECONFIG[fuse] = '--enable-fuse2fs,--disable-fuse2fs,fuse' | 26 | PACKAGECONFIG[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 | ||
28 | do_compile_prepend (){ | 30 | do_compile_prepend (){ |
29 | find ${S}/po -type f -name "*.po" -exec touch {} + | 31 | find ${S}/po -type f -name "*.po" -exec touch {} + |
30 | } | 32 | } |