packages: reiserfsprogs: add missing dependency - libuuid
authorJonas Gorski <jogo@openwrt.org>
Sun, 4 Aug 2013 12:03:12 +0000 (12:03 +0000)
committerJonas Gorski <jogo@openwrt.org>
Sun, 4 Aug 2013 12:03:12 +0000 (12:03 +0000)
This patch adds missing libuuid dependency for reiserfsprogs.
Without it the package fails to install because of missing
dependency to libuuid.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37675

utils/reiserfsprogs/Makefile

index 228b687fa92eeb37a37aa7f8bc00c3d23e5ef0fa..593e56facafcb27b877bd59148e0bdd6cc1222f6 100644 (file)
@@ -25,6 +25,7 @@ define Package/reiserfsprogs
   CATEGORY:=Utilities
   SUBMENU:=Filesystem
   TITLE:=ReiserFS filesystems utilities
+  DEPENDS:=+libuuid
   URL:=http://www.namesys.com/
 endef