Merge pull request #14392 from neheb/con

conmon: add host build dependency on go
This commit is contained in:
Rosen Penev 2020-12-31 17:03:23 -08:00 committed by GitHub
commit 77844c85e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=conmon
PKG_VERSION:=2.0.22
PKG_RELEASE:=1
PKG_RELEASE:=3
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
@ -12,6 +12,7 @@ PKG_HASH:=41181db43c544cdd1a31aa851286e8c09a825879656f00f6adde431830893983
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1