package/runc: drop <pkg>_WORKSPACE variable
authorChristian Stewart <christian@paral.in>
Thu, 13 Aug 2020 21:32:15 +0000 (14:32 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 29 Aug 2020 12:49:12 +0000 (14:49 +0200)
With the go.mod integration, the <pkg>_WORKSPACE variable has become
useless, so drop it.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/runc/runc.mk

index 4c2f84ab1616e8d34bf645a074e18da0e4102e1a..aedfb5ef9e50499ed997d8b0e58af8f9671352f7 100644 (file)
@@ -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)