diff mbox series

[v2,2/6] package/runc: remove unnecessary workspace identifier

Message ID 20200111041355.21705-2-christian@paral.in
State Superseded
Headers show
Series [v2,1/6] package/go: implement go modules integration | expand

Commit Message

Christian Stewart Jan. 11, 2020, 4:13 a.m. UTC
Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/runc/runc.mk | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index acf61ab160..9a237aca38 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)