diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-01 16:50:43 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-01 16:50:43 +0000 |
commit | 0778adf28a0ffe9566602e3af097bf3b995ec75f (patch) | |
tree | b4e7342bb09777e454638d96a8884a5031f1c634 /package | |
parent | 4a19221bbc803be5603310531f7568229c011b85 (diff) | |
download | master-187ad058-0778adf28a0ffe9566602e3af097bf3b995ec75f.tar.gz master-187ad058-0778adf28a0ffe9566602e3af097bf3b995ec75f.tar.bz2 master-187ad058-0778adf28a0ffe9566602e3af097bf3b995ec75f.zip |
util-linux: fix more missing dependencies introduced by r43459
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43478 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/utils/util-linux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 954e8734c0..70a865c900 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -135,7 +135,7 @@ endef define Package/blkid $(call Package/util-linux/Default) TITLE:=locate/print block device attributes - DEPENDS:= +libblkid + DEPENDS:= +libblkid +libuuid SUBMENU=disc endef @@ -157,7 +157,7 @@ endef define Package/cfdisk $(call Package/util-linux/Default) TITLE:=display or manipulate disk partition table - DEPENDS:= +libblkid +libncurses + DEPENDS:= +libblkid +libncurses +libsmartcols SUBMENU:=disc endef @@ -309,7 +309,7 @@ endef define Package/partx-utils $(call Package/util-linux/Default) TITLE:=inform kernel about the presence and numbering of on-disk partitions - DEPENDS:= +libblkid + DEPENDS:= +libblkid +libsmartcols SUBMENU=disc endef |