From: Jo-Philipp Wich Date: Wed, 23 Aug 2017 09:31:09 +0000 (+0200) Subject: util-linux: add missing dependencies X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4fce22e88f21733b62c30de65eec94bc8630cba5;p=openwrt%2Fstaging%2Fblogic.git 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 --- diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index bd52bb091665..b800b722d0f3 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