summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-06-10 11:23:39 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-13 13:09:23 +0200
commit80616579001bf19e5e1069996be9de4447f23d55 (patch)
tree1a9a6b8d9883c87e08af6e65ba2dbbc933e62644 /rules
parent1790321194120f53b9f4c5daf32e271a6cc4e64c (diff)
downloadptxdist-80616579001bf19e5e1069996be9de4447f23d55.tar.gz
ptxdist-80616579001bf19e5e1069996be9de4447f23d55.tar.xz
util-linux-ng: version bump 2.27.1 -> 2.28
The new version checks for unrecognized options; --without-termcap is outdated, so we remove it. The patches are ported. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: update host-util-linux-ng as well] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-util-linux-ng.make1
-rw-r--r--rules/util-linux-ng.make7
2 files changed, 3 insertions, 5 deletions
diff --git a/rules/host-util-linux-ng.make b/rules/host-util-linux-ng.make
index 65dcc3f4f..a5c21f29f 100644
--- a/rules/host-util-linux-ng.make
+++ b/rules/host-util-linux-ng.make
@@ -51,7 +51,6 @@ HOST_UTIL_LINUX_NG_CONF_OPT := \
--without-libiconv-prefix \
--without-libintl-prefix \
--with-util \
- --without-termcap \
--without-audit \
--without-udev \
--without-ncurses \
diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
index 64e76393c..ebd0f2e80 100644
--- a/rules/util-linux-ng.make
+++ b/rules/util-linux-ng.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_UTIL_LINUX_NG) += util-linux-ng
#
# Paths and names
#
-UTIL_LINUX_NG_VERSION := 2.27.1
-UTIL_LINUX_NG_MD5 := 3cd2698d1363a2c64091c2dadc974647
+UTIL_LINUX_NG_VERSION := 2.28
+UTIL_LINUX_NG_MD5 := e534e6ccc49107e5d31c329af798ef7d
UTIL_LINUX_NG := util-linux-$(UTIL_LINUX_NG_VERSION)
UTIL_LINUX_NG_SUFFIX := tar.xz
-UTIL_LINUX_NG_URL := $(call ptx/mirror, KERNEL, utils/util-linux/v$(basename $(UTIL_LINUX_NG_VERSION))/$(UTIL_LINUX_NG).$(UTIL_LINUX_NG_SUFFIX))
+UTIL_LINUX_NG_URL := $(call ptx/mirror, KERNEL, utils/util-linux/v$(UTIL_LINUX_NG_VERSION)/$(UTIL_LINUX_NG).$(UTIL_LINUX_NG_SUFFIX))
UTIL_LINUX_NG_SOURCE := $(SRCDIR)/$(UTIL_LINUX_NG).$(UTIL_LINUX_NG_SUFFIX)
UTIL_LINUX_NG_DIR := $(BUILDDIR)/$(UTIL_LINUX_NG)
UTIL_LINUX_NG_LICENSE := GPL-2.0, GPL-2.0+, GPL-3.0+, LGPL-2.0+, BSD-3-Clause, BSD-4-Clause, public_domain
@@ -127,7 +127,6 @@ UTIL_LINUX_NG_CONF_OPT := \
--without-libiconv-prefix \
--without-libintl-prefix \
--with-util \
- --without-termcap \
--without-selinux \
--without-audit \
--without-udev \