From: Christian Stewart Date: Thu, 13 Aug 2020 21:32:15 +0000 (-0700) Subject: package/runc: drop _WORKSPACE variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=302bb3347cff943977042b0bf53194c797c9a41b;p=buildroot.git package/runc: drop _WORKSPACE variable With the go.mod integration, the _WORKSPACE variable has become useless, so drop it. Signed-off-by: Christian Stewart Signed-off-by: Thomas Petazzoni --- diff --git a/package/runc/runc.mk b/package/runc/runc.mk index 4c2f84ab16..aedfb5ef9e 100644 --- a/package/runc/runc.mk +++ b/package/runc/runc.mk @@ -9,10 +9,7 @@ RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION)) RUNC_LICENSE = Apache-2.0 RUNC_LICENSE_FILES = LICENSE -RUNC_WORKSPACE = Godeps/_workspace - RUNC_LDFLAGS = -X main.gitCommit=$(RUNC_VERSION) - RUNC_TAGS = cgo static_build ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)