packages: reiserfsprogs: add missing dependency - libuuid
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Aug 2013 12:03:12 +0000 (12:03 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@37675 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/reiserfsprogs/Makefile

index 228b687..593e56f 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