mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH] e2fsprogs: bump version and update build flags
Date: Wed, 15 Jun 2016 20:10:38 +0200	[thread overview]
Message-ID: <20160615181038.12337-1-clemens.gruber@pqgruber.com> (raw)

Signed-off-by: Clemens Gruber <clemens.gruber@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	other threads:[~2016-06-15 18:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-15 18:10 Clemens Gruber [this message]
2016-06-16 19:56 ` Clemens Gruber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160615181038.12337-1-clemens.gruber@pqgruber.com \
    --to=clemens.gruber@pqgruber.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox