summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-07 18:44:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-07 21:38:25 +0200
commitf1a4ee55a68f7482e2f2d325acd4bf3fb37603b3 (patch)
tree87afe1359e71d29e7cffa17a272eca694632e2c3
parenta34e5ee23f56cd9dc72743bb4e2dbe4c0f346d11 (diff)
downloadptxdist-f1a4ee55a68f7482e2f2d325acd4bf3fb37603b3.tar.gz
ptxdist-f1a4ee55a68f7482e2f2d325acd4bf3fb37603b3.tar.xz
e2fsprogs: version bump 1.44.3 -> 1.44.4
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/e2fsprogs.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
index 882c1b7f2..293e5fe08 100644
--- a/rules/e2fsprogs.make
+++ b/rules/e2fsprogs.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_E2FSPROGS) += e2fsprogs
#
# Paths and names
#
-E2FSPROGS_VERSION := 1.44.3
-E2FSPROGS_MD5 := 6bd765f3cf8f15740cdf81e71e88f2a4
+E2FSPROGS_VERSION := 1.44.4
+E2FSPROGS_MD5 := 156e94a6169ca1fa3f0c6749ae5921b9
E2FSPROGS := e2fsprogs-$(E2FSPROGS_VERSION)
E2FSPROGS_SUFFIX := tar.gz
E2FSPROGS_URL := $(call ptx/mirror, SF, e2fsprogs/e2fsprogs/v$(E2FSPROGS_VERSION)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX))
@@ -53,6 +53,7 @@ E2FSPROGS_CONF_OPT := \
--disable-testio-debug \
--disable-libuuid \
--disable-libblkid \
+ --disable-subset \
--disable-backtrace \
--$(call ptx/endis,PTXCONF_E2FSPROGS_INSTALL_DEBUGFS)-debugfs \
--$(call ptx/endis,PTXCONF_E2FSPROGS_IMAGER)-imager \