Skip to content

Commit

Permalink
e2fsprogs: move dependencies to the right packages
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32184 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed Jun 11, 2012
1 parent 043ef04 commit 499d03c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/e2fsprogs/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -52,6 +53,7 @@ endef

define Package/libcom_err
$(call Package/e2fsprogs/Default)
DEPENDS:=+libpthread
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Common error description library
Expand Down

0 comments on commit 499d03c

Please sign in to comment.