From adce3507006e90926fce7947819da106d345809f Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Thu, 13 Feb 2025 19:19:17 +1000 Subject: [PATCH] containerd: Added reverse dependency version check Signed-off-by: Gerard Ryan --- utils/containerd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/containerd/Makefile b/utils/containerd/Makefile index 4e3dd6af54..4f9c21bf01 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd PKG_VERSION:=1.7.22 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:linuxfoundation:containerd @@ -13,7 +13,7 @@ PKG_HASH:=8c5edde741b7596af63c021429a1212bd616350ed65a7b741eeffc47e27ee9a9 PKG_MAINTAINER:=Gerard Ryan -PKG_BUILD_DEPENDS:=golang/host +PKG_BUILD_DEPENDS:=golang/host dockerd PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 PKG_BUILD_FLAGS:=no-mips16 -- 2.30.2