conmon: remove unnecessary dependency

this patch removes unnecessary dependency to golang/host
as pointed out by @jefferyto earlier at #17063 (comment)

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
This commit is contained in:
Oskari Rauta 2021-11-26 01:29:48 +02:00 committed by Rosen Penev
parent 8340b842f5
commit 537b6bd87b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=golang/host libseccomp
PKG_BUILD_DEPENDS:=libseccomp
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk