e2fsprogs: move dependencies to the right packages
SVN-Revision: 32184
This commit is contained in:
parent
11c8f45612
commit
002f3a6940
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,7 @@ $(call Package/e2fsprogs/Default)
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Ext2/3/4 filesystem utilities
|
||||
DEPENDS:=+libblkid +libuuid +libext2fs +libpthread +libcom_err
|
||||
DEPENDS:=+libblkid +libuuid +libext2fs
|
||||
endef
|
||||
|
||||
define Package/e2fsprogs/description
|
||||
|
@ -41,6 +41,7 @@ endef
|
|||
|
||||
define Package/libext2fs
|
||||
$(call Package/e2fsprogs/Default)
|
||||
DEPENDS:=+libcom_err
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=ext2/3/4 filesystem library
|
||||
|
@ -52,6 +53,7 @@ endef
|
|||
|
||||
define Package/libcom_err
|
||||
$(call Package/e2fsprogs/Default)
|
||||
DEPENDS:=+libpthread
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Common error description library
|
||||
|
|
Loading…
Reference in a new issue