aboutsummaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-11 00:56:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-11 00:56:45 +0000
commit34516d2b76750088f288b036f76e31b6e770ba19 (patch)
tree4cbdc7b727da7baa11682c6ffe2e15d0bcb4a9b9 /package/e2fsprogs
parentb3169b628f7fcc47ca6aa82864d4eb0bbbc6c04a (diff)
downloadupstream-34516d2b76750088f288b036f76e31b6e770ba19.tar.gz
upstream-34516d2b76750088f288b036f76e31b6e770ba19.tar.bz2
upstream-34516d2b76750088f288b036f76e31b6e770ba19.zip
e2fsprogs: move dependencies to the right packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32184 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r--package/e2fsprogs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 692e745b9d..94d031fb21 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -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