From 8ed9e61d044124c42e7d2408350a17140e2b3fba Mon Sep 17 00:00:00 2001 From: Erwan MAS Date: Sat, 22 Jun 2024 18:57:04 -0400 Subject: [PATCH] moreutils: fix depencies for ts Signed-off-by: Erwan MAS --- utils/moreutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/moreutils/Makefile b/utils/moreutils/Makefile index 49e3a42fbf..fd8c438135 100644 --- a/utils/moreutils/Makefile +++ b/utils/moreutils/Makefile @@ -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 -- 2.30.2