summaryrefslogtreecommitdiffstats
path: root/recipes-networking/netns/netns_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/netns/netns_git.bb')
-rw-r--r--recipes-networking/netns/netns_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-networking/netns/netns_git.bb b/recipes-networking/netns/netns_git.bb
index 44377647..d35836ef 100644
--- a/recipes-networking/netns/netns_git.bb
+++ b/recipes-networking/netns/netns_git.bb
@@ -3,7 +3,9 @@ SUMMARY = "Runc hook for setting up default bridge networking."
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" 4LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1"
5 5
6SRC_URI = "git://github.com/jessfraz/netns;branch=master" 6SRC_URI = "git://github.com/jessfraz/netns;branch=master \
7 file://0001-Use-correct-go-cross-compiler.patch \
8 "
7SRCREV = "74e23a0e5c4e7ac011aafcc4623586c196f1b3ef" 9SRCREV = "74e23a0e5c4e7ac011aafcc4623586c196f1b3ef"
8PV = "0.2.1" 10PV = "0.2.1"
9GO_IMPORT = "import" 11GO_IMPORT = "import"