aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-08-23 11:31:09 +0200
committerJo-Philipp Wich <jo@mein.io>2017-08-23 11:34:25 +0200
commit4fce22e88f21733b62c30de65eec94bc8630cba5 (patch)
treed164cd63337a3492b331d301a30eee28a42c2960 /package/utils/util-linux
parent8de57c97467af72d847c5cef5865990731b8681b (diff)
downloadupstream-4fce22e88f21733b62c30de65eec94bc8630cba5.tar.gz
upstream-4fce22e88f21733b62c30de65eec94bc8630cba5.tar.bz2
upstream-4fce22e88f21733b62c30de65eec94bc8630cba5.zip
util-linux: add missing dependencies
Commit e505f59bd9 "utils/util-linux: Update to 2.30.1" bumped util-linux without properly adjusting the dependencies of all applets. Add missing ncursesw dependencies to sfdisk and dmesg applets to fix packaging issues. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/utils/util-linux')
-rw-r--r--package/utils/util-linux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index bd52bb0916..b800b722d0 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -163,6 +163,7 @@ endef
define Package/dmesg
$(call Package/util-linux/Default)
TITLE:=print or control the kernel ring buffer
+ DEPENDS:= +libncursesw
endef
define Package/dmesg/description
@@ -349,7 +350,7 @@ define Package/sfdisk
$(call Package/util-linux/Default)
TITLE:=partition table manipulator for Linux
SUBMENU=Disc
- DEPENDS:= +libblkid +libfdisk +libsmartcols
+ DEPENDS:= +libblkid +libfdisk +libsmartcols +libncursesw
endef
define Package/sfdisk/description