From 002f3a69409e6c5059f104549c53e63d692b1da8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 11 Jun 2012 00:56:45 +0000 Subject: [PATCH] e2fsprogs: move dependencies to the right packages SVN-Revision: 32184 --- package/e2fsprogs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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