Skip to content

Commit

Permalink
containerd: Added reverse dependency version check.
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Ryan <[email protected]>
  • Loading branch information
G-M0N3Y-2503 committed Feb 14, 2025
1 parent 991abb6 commit 7f6ea80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/containerd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,7 +13,7 @@ PKG_HASH:=8c5edde741b7596af63c021429a1212bd616350ed65a7b741eeffc47e27ee9a9

PKG_MAINTAINER:=Gerard Ryan <[email protected]>

PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_DEPENDS:=golang/host dockerd
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
PKG_BUILD_FLAGS:=no-mips16
Expand Down

0 comments on commit 7f6ea80

Please sign in to comment.