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 <slac...@cesnet.cz> --- utils/reiserfsprogs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/reiserfsprogs/Makefile b/utils/reiserfsprogs/Makefile index 228b687..593e56f 100644 --- a/utils/reiserfsprogs/Makefile +++ b/utils/reiserfsprogs/Makefile @@ -25,6 +25,7 @@ define Package/reiserfsprogs CATEGORY:=Utilities SUBMENU:=Filesystem TITLE:=ReiserFS filesystems utilities + DEPENDS:=+libuuid URL:=http://www.namesys.com/ endef -- 1.7.9.5 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel