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>
This commit is contained in:
parent
8de57c9746
commit
4fce22e88f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue