Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
---
 rules/e2fsprogs.in        |  6 ------
 rules/e2fsprogs.make      | 15 ++++++---------
 rules/host-e2fsprogs.in   |  2 +-
 rules/host-e2fsprogs.make |  7 ++-----
 4 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index be2805f..232d25f 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -18,12 +18,6 @@ if E2FSPROGS
 menu "build options                 "
 # -----------------------------------
 
-config E2FSPROGS_COMPRESSION
-       bool
-       prompt "compression"
-       help
-         Enable experimental compression support.
-
 config E2FSPROGS_IMAGER
        bool
        # no prompt
diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
index 5d07f20..6eeefad 100644
--- a/rules/e2fsprogs.make
+++ b/rules/e2fsprogs.make
@@ -17,16 +17,16 @@ PACKAGES-$(PTXCONF_E2FSPROGS) += e2fsprogs
 #
 # Paths and names
 #
-E2FSPROGS_VERSION      := 1.42.13
-E2FSPROGS_MD5          := bc759fc62666786f5436e2075beb3265
+E2FSPROGS_VERSION      := 1.43.1
+E2FSPROGS_MD5          := b522749210ebd1b8525c129781571a1c
 E2FSPROGS              := e2fsprogs-$(E2FSPROGS_VERSION)
 E2FSPROGS_SUFFIX       := tar.gz
-E2FSPROGS_URL          := $(call ptx/mirror, SF, 
e2fsprogs/$(E2FSPROGS).$(E2FSPROGS_SUFFIX))
+E2FSPROGS_URL          := $(call ptx/mirror, KERNEL, 
kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX))
 E2FSPROGS_SOURCE       := $(SRCDIR)/$(E2FSPROGS).$(E2FSPROGS_SUFFIX)
 E2FSPROGS_DIR          := $(BUILDDIR)/$(E2FSPROGS)
 E2FSPROGS_LICENSE      := GPL-2.0+, LGPL-2.0+, BSD-3-Clause, MIT
 E2FSPROGS_LICENSE_FILES        := \
-       file://COPYING;md5=b48f21d765b875bd10400975d12c1ca2 \
+       file://NOTICE;md5=b48f21d765b875bd10400975d12c1ca2 \
        
file://lib/uuid/gen_uuid.c;startline=4;endline=31;md5=697cf5d1be275fa2588beaaf2bb481bd
 
 # ----------------------------------------------------------------------------
@@ -42,8 +42,6 @@ E2FSPROGS_CONF_OPT    := \
        --disable-symlink-install \
        --disable-symlink-build \
        --disable-verbose-makecmds \
-       --$(call ptx/endis,PTXCONF_E2FSPROGS_COMPRESSION)-compression \
-       --enable-htree \
        --enable-elf-shlibs \
        --disable-bsd-shlibs \
        --disable-profile \
@@ -51,16 +49,15 @@ E2FSPROGS_CONF_OPT  := \
        --disable-jbd-debug \
        --disable-blkid-debug \
        --disable-testio-debug \
-       --disable-libuuid \
-       --disable-libblkid \
-       --disable-quota \
        --disable-backtrace \
+       --disable-bmap-stats \
        --$(call ptx/endis,PTXCONF_E2FSPROGS_INSTALL_DEBUGFS)-debugfs \
        --$(call ptx/endis,PTXCONF_E2FSPROGS_IMAGER)-imager \
        --$(call ptx/endis,PTXCONF_E2FSPROGS_RESIZER)-resizer \
        --disable-defrag \
        --$(call ptx/endis,PTXCONF_E2FSPROGS_INSTALL_E2FSCK)-fsck \
        --disable-e2initrd-helper \
+       --disable-fuse2fs \
        --disable-tls \
        --disable-uuidd \
        --disable-nls \
diff --git a/rules/host-e2fsprogs.in b/rules/host-e2fsprogs.in
index 343768b..3da67dd 100644
--- a/rules/host-e2fsprogs.in
+++ b/rules/host-e2fsprogs.in
@@ -5,4 +5,4 @@ config HOST_E2FSPROGS
        tristate
        default ALLYES
        help
-         Useful hosttools for management of ext2 and ext3 filesystems
+         Useful hosttools for management of ext2, ext3 and ext4 filesystems
diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make
index a37efc7..a19cb4d 100644
--- a/rules/host-e2fsprogs.make
+++ b/rules/host-e2fsprogs.make
@@ -27,8 +27,6 @@ HOST_E2FSPROGS_CONF_OPT               := \
        --disable-symlink-install \
        --disable-symlink-build \
        --disable-verbose-makecmds \
-       --enable-compression \
-       --enable-htree \
        --disable-elf-shlibs \
        --disable-bsd-shlibs \
        --disable-profile \
@@ -36,15 +34,14 @@ HOST_E2FSPROGS_CONF_OPT             := \
        --disable-jbd-debug \
        --disable-blkid-debug \
        --disable-testio-debug \
-       --enable-libuuid \
-       --enable-libblkid \
-       --disable-quota \
+       --disable-bmap-stats \
        --disable-debugfs \
        --disable-imager \
        --disable-resizer \
        --disable-defrag \
        --enable-fsck \
        --disable-e2initrd-helper \
+       --disable-fuse2fs \
        --disable-tls \
        --disable-uuidd \
        --disable-nls \
-- 
2.8.3


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to