projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8340b84
)
conmon: remove unnecessary dependency
author
Oskari Rauta
<oskari.rauta@gmail.com>
Thu, 25 Nov 2021 23:29:48 +0000
(
01:29
+0200)
committer
Rosen Penev
<rosenp@gmail.com>
Mon, 29 Nov 2021 09:45:15 +0000
(
01:45
-0800)
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>
utils/conmon/Makefile
patch
|
blob
|
history
diff --git
a/utils/conmon/Makefile
b/utils/conmon/Makefile
index 79b419a9a9ca0e9079c4e5366d5f679b4f5d129d..3e133d605096d402dd5166934bc7cda30b780bdd 100644
(file)
--- a/
utils/conmon/Makefile
+++ b/
utils/conmon/Makefile
@@
-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