From 4d518fcb76da07173a621baea973d68dedb6b8c7 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Thu, 11 Feb 2021 03:48:13 -0800 Subject: [PATCH] busybox: install ntpd service for busybox-huge. Tests were failing due to underspecified checkdepends; added the missing ones. Some still fail on glibc. Closes: #28663 [via git-merge-pr] --- srcpkgs/busybox/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index 63d7aeb7ceb..57728f1fe1f 100644 --- a/srcpkgs/busybox/template +++ b/srcpkgs/busybox/template @@ -1,9 +1,9 @@ # Template file for 'busybox' pkgname=busybox version=1.31.1 -revision=5 +revision=6 hostmakedepends="perl" -checkdepends="zip" +checkdepends="tar which zip" short_desc="Swiss Army Knife of Embedded Linux" maintainer="Cameron Nemo " license="GPL-2.0-only" @@ -125,6 +125,7 @@ busybox-huge_package() { pkg_install() { vbin busybox-huge/busybox_unstripped busybox vman busybox-huge/docs/busybox.1 + vsv busybox-ntpd vsv busybox-syslogd vsv busybox-klogd }