mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-11 09:07:09 +00:00
util-linux: fix more missing dependencies introduced by r43459
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43478
This commit is contained in:
parent
2dad4c2e07
commit
70c3a60947
@ -135,7 +135,7 @@ endef
|
|||||||
define Package/blkid
|
define Package/blkid
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=locate/print block device attributes
|
TITLE:=locate/print block device attributes
|
||||||
DEPENDS:= +libblkid
|
DEPENDS:= +libblkid +libuuid
|
||||||
SUBMENU=disc
|
SUBMENU=disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -157,7 +157,7 @@ endef
|
|||||||
define Package/cfdisk
|
define Package/cfdisk
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=display or manipulate disk partition table
|
TITLE:=display or manipulate disk partition table
|
||||||
DEPENDS:= +libblkid +libncurses
|
DEPENDS:= +libblkid +libncurses +libsmartcols
|
||||||
SUBMENU:=disc
|
SUBMENU:=disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -309,7 +309,7 @@ endef
|
|||||||
define Package/partx-utils
|
define Package/partx-utils
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=inform kernel about the presence and numbering of on-disk partitions
|
TITLE:=inform kernel about the presence and numbering of on-disk partitions
|
||||||
DEPENDS:= +libblkid
|
DEPENDS:= +libblkid +libsmartcols
|
||||||
SUBMENU=disc
|
SUBMENU=disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user