moreutils: fix depencies for ts
authorErwan MAS <erwan@mas.nom.fr>
Sat, 22 Jun 2024 22:57:04 +0000 (18:57 -0400)
committerRosen Penev <rosenp@gmail.com>
Sun, 23 Jun 2024 18:04:42 +0000 (11:04 -0700)
Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
utils/moreutils/Makefile

index 49e3a42fbfd54b677eafccc698a71486bd32eefc..fd8c438135381e95d976c59951f8459b56fdc0de 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=moreutils
 PKG_VERSION:=0.69
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://git.kitenet.net/index.cgi/moreutils.git/snapshot
@@ -29,7 +29,7 @@ define Package/moreutils
   CATEGORY:=Utilities
   TITLE:=additional Unix utilities
   URL:=https://joeyh.name/code/moreutils/
-  DEPENDS:=+perl +perlbase-file +perlbase-getopt +perlbase-io +perlbase-ipc +perlbase-posix
+  DEPENDS:=+perl +perlbase-file +perlbase-getopt +perlbase-io +perlbase-ipc +perlbase-posix +perlbase-time
 endef
 
 define Package/moreutils/description