mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
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
@ -163,6 +163,7 @@ endef
|
|||||||
define Package/dmesg
|
define Package/dmesg
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=print or control the kernel ring buffer
|
TITLE:=print or control the kernel ring buffer
|
||||||
|
DEPENDS:= +libncursesw
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dmesg/description
|
define Package/dmesg/description
|
||||||
@ -349,7 +350,7 @@ define Package/sfdisk
|
|||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=partition table manipulator for Linux
|
TITLE:=partition table manipulator for Linux
|
||||||
SUBMENU=Disc
|
SUBMENU=Disc
|
||||||
DEPENDS:= +libblkid +libfdisk +libsmartcols
|
DEPENDS:= +libblkid +libfdisk +libsmartcols +libncursesw
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/sfdisk/description
|
define Package/sfdisk/description
|
||||||
|
Loading…
Reference in New Issue
Block a user