* [ptxdist] [PATCH v2] parted: bump to version 3.1
@ 2013-05-21 7:21 Bernhard Sessler
0 siblings, 0 replies; only message in thread
From: Bernhard Sessler @ 2013-05-21 7:21 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de>
---
We use parted as host tool only, that's why the error at the prepare
stage slipped through. This patch has now been tested with ptxdist
2012.07.0.
since V1:
* Remove -disable-Werror configure switch, as it obviously does not
exist anymore and is not needed anyway.
rules/parted.make | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/rules/parted.make b/rules/parted.make
index 6bfdc85..492abf2 100644
--- a/rules/parted.make
+++ b/rules/parted.make
@@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_PARTED) += parted
#
# Paths and names
#
-PARTED_VERSION := 2.3
-PARTED_MD5 := 30ceb6df7e8681891e865e2fe5a7903d
+PARTED_VERSION := 3.1
+PARTED_MD5 := 5d89d64d94bcfefa9ce8f59f4b81bdcb
PARTED := parted-$(PARTED_VERSION)
-PARTED_SUFFIX := tar.gz
+PARTED_SUFFIX := tar.xz
PARTED_URL := $(call ptx/mirror, GNU, parted/$(PARTED).$(PARTED_SUFFIX))
PARTED_SOURCE := $(SRCDIR)/$(PARTED).$(PARTED_SUFFIX)
PARTED_DIR := $(BUILDDIR)/$(PARTED)
@@ -31,8 +31,7 @@ PARTED_LICENSE := GPLv3
PARTED_CONF_TOOL := autoconf
PARTED_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --disable-device-mapper \
- --disable-Werror
+ --disable-device-mapper
# ----------------------------------------------------------------------------
# Target-Install
--
1.8.2.3
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-21 7:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21 7:21 [ptxdist] [PATCH v2] parted: bump to version 3.1 Bernhard Sessler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox