diff options
-rw-r--r-- | recipes-containers/cri-o/cri-o_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 8d754ecd..4fee3856 100644 --- a/recipes-containers/cri-o/cri-o_git.bb +++ b/recipes-containers/cri-o/cri-o_git.bb | |||
@@ -109,6 +109,9 @@ do_compile() { | |||
109 | # fixes the bin/crio build of oe_runmake binaries below | 109 | # fixes the bin/crio build of oe_runmake binaries below |
110 | ln -sf ../../../../cmd/crio ${S}/src/import/src/github.com/cri-o/cri-o/cmd/ | 110 | ln -sf ../../../../cmd/crio ${S}/src/import/src/github.com/cri-o/cri-o/cmd/ |
111 | 111 | ||
112 | # workaround `use of vendored package not allowed' failure | ||
113 | mv ${S}/src/import/vendor/golang.org ${S}/src/import/ | ||
114 | |||
112 | cd ${S}/src/import | 115 | cd ${S}/src/import |
113 | 116 | ||
114 | if [ "${CRIO_BUILD_CROSS}" = "1" ]; then | 117 | if [ "${CRIO_BUILD_CROSS}" = "1" ]; then |