summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2022-02-21 16:08:15 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 00:22:12 +0000
commit1e1c0d60acd198c5458d7d913b27a90f423c79e7 (patch)
tree8b26b4cb3fab0b96e3fdc2c8cf93b03420c7fb02 /meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
parentb94f4ca8efd359cf00a3b9d8f3bc8e06e7081573 (diff)
downloadpoky-1e1c0d60acd198c5458d7d913b27a90f423c79e7.tar.gz
e2fsprogs: backport to fix one regression
Backport a patch in 1.46.3 which fix one regression: This is what the changelog says: Fix e2fsck so that the if the s_interval is zero, and the last mount or write time is in the future, it will fix invalid last mount/write timestamps in the superblock. (This was a regression introduced in v1.45.5.) (From OE-Core rev: 9fe70a643a2d8723001421a18b5736e70a1eaa34) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs.inc')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
index fb02b2006e..1250a9b99c 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
@@ -19,7 +19,8 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=d50be0580c0b0a7fbc7a4830bbe6c12b \
19SECTION = "base" 19SECTION = "base"
20DEPENDS = "util-linux attr autoconf-archive" 20DEPENDS = "util-linux attr autoconf-archive"
21 21
22SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git;branch=master" 22SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git;branch=master \
23 file://0001-e2fsck-fix-last-mount-write-time-when-e2fsck-is-forc.patch"
23S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
24 25
25inherit autotools gettext texinfo pkgconfig multilib_header update-alternatives ptest 26inherit autotools gettext texinfo pkgconfig multilib_header update-alternatives ptest