uvol: update to version 0.8
authorDaniel Golle <daniel@makrotopia.org>
Fri, 15 Apr 2022 16:37:17 +0000 (17:37 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 15 Apr 2022 16:40:45 +0000 (17:40 +0100)
Bump version to reset PKG_RELEASE counter.
Add missing dependency on ucode-mod-math which is needed for the
mkdtemp() implementation used to format UBI volumes.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
utils/uvol/Makefile

index 378faf1a1fc75c49b93f8698fdb3447554bf767b..ab2f8ba616230d4be350a20e7416add5b9d3cf89 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uvol
-PKG_VERSION:=0.7
+PKG_VERSION:=0.8
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
@@ -27,7 +27,7 @@ define Package/uvol
   CATEGORY:=Utilities
   SUBMENU:=Disc
   TITLE:=OpenWrt UBI/LVM volume abstraction
-  DEPENDS:=+blockd +ucode +ucode-mod-fs +ucode-mod-uci
+  DEPENDS:=+blockd +ucode +ucode-mod-fs +ucode-mod-math +ucode-mod-uci
   PKGARCH=all
 endef