mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 23:03:44 +02:00
e2fsprogs: move dependencies to the right packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32184 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
043ef04cf0
commit
499d03c2f3
@ -30,7 +30,7 @@ $(call Package/e2fsprogs/Default)
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Ext2/3/4 filesystem utilities
|
TITLE:=Ext2/3/4 filesystem utilities
|
||||||
DEPENDS:=+libblkid +libuuid +libext2fs +libpthread +libcom_err
|
DEPENDS:=+libblkid +libuuid +libext2fs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/e2fsprogs/description
|
define Package/e2fsprogs/description
|
||||||
@ -41,6 +41,7 @@ endef
|
|||||||
|
|
||||||
define Package/libext2fs
|
define Package/libext2fs
|
||||||
$(call Package/e2fsprogs/Default)
|
$(call Package/e2fsprogs/Default)
|
||||||
|
DEPENDS:=+libcom_err
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=ext2/3/4 filesystem library
|
TITLE:=ext2/3/4 filesystem library
|
||||||
@ -52,6 +53,7 @@ endef
|
|||||||
|
|
||||||
define Package/libcom_err
|
define Package/libcom_err
|
||||||
$(call Package/e2fsprogs/Default)
|
$(call Package/e2fsprogs/Default)
|
||||||
|
DEPENDS:=+libpthread
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Common error description library
|
TITLE:=Common error description library
|
||||||
|
Loading…
Reference in New Issue
Block a user