summaryrefslogtreecommitdiffstats
path: root/package/util-linux/util-linux.mk
diff options
context:
space:
mode:
authorMarcus Hoffmann <m.hoffmann@cartelsol.com>2017-07-29 17:36:02 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-29 22:25:58 +0200
commit94cac1184b473caad90ae7966d9467e32992ad41 (patch)
treeff320c07fff7f95a2dbe5e6b79d8050cdcb82ea3 /package/util-linux/util-linux.mk
parentf2b9399c769001d790e4a6ea199e1f36f181db8a (diff)
downloadbuildroot-94cac1184b473caad90ae7966d9467e32992ad41.tar.gz
buildroot-94cac1184b473caad90ae7966d9467e32992ad41.zip
util-linux: bump to v2.30.1
- Drop patch 0002-column-fix-compilation-when-libc-lacks-wide-characte.patch as it has been applied upstream - Patch 0001-Revert-build-sys-ncurses-headers-cleanup.patch is still required to fix ncursesw support. Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com> Cc: "Carlos Santos" <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/util-linux/util-linux.mk')
-rw-r--r--package/util-linux/util-linux.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 99cc77fbaa..fc32668869 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -5,7 +5,8 @@
################################################################################
UTIL_LINUX_VERSION_MAJOR = 2.30
-UTIL_LINUX_VERSION = $(UTIL_LINUX_VERSION_MAJOR)
+UTIL_LINUX_VERSION_MINOR = 1
+UTIL_LINUX_VERSION = $(UTIL_LINUX_VERSION_MAJOR).$(UTIL_LINUX_VERSION_MINOR)
UTIL_LINUX_SOURCE = util-linux-$(UTIL_LINUX_VERSION).tar.xz
UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERSION_MAJOR)
OpenPOWER on IntegriCloud