diff options
Diffstat (limited to 'recipes-core/kata-containers/kata-proxy_git.bb')
| -rw-r--r-- | recipes-core/kata-containers/kata-proxy_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-core/kata-containers/kata-proxy_git.bb b/recipes-core/kata-containers/kata-proxy_git.bb index d835e4d2..03784ae8 100644 --- a/recipes-core/kata-containers/kata-proxy_git.bb +++ b/recipes-core/kata-containers/kata-proxy_git.bb | |||
| @@ -13,8 +13,6 @@ SKIP_RECIPE[kata-proxy] ?= "kata containers are currently broken, patches accept | |||
| 13 | 13 | ||
| 14 | RDEPENDS:${PN}-dev:append = "bash" | 14 | RDEPENDS:${PN}-dev:append = "bash" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit go | 16 | inherit go |
| 19 | 17 | ||
| 20 | do_compile() { | 18 | do_compile() { |
| @@ -31,7 +29,7 @@ do_compile() { | |||
| 31 | 29 | ||
| 32 | do_install() { | 30 | do_install() { |
| 33 | mkdir -p ${D}/${libexecdir}/kata-containers | 31 | mkdir -p ${D}/${libexecdir}/kata-containers |
| 34 | cp ${WORKDIR}/git/src/${GO_IMPORT}/kata-proxy ${D}/${libexecdir}/kata-containers | 32 | cp ${UNPACKDIR}/git/src/${GO_IMPORT}/kata-proxy ${D}/${libexecdir}/kata-containers |
| 35 | } | 33 | } |
| 36 | 34 | ||
| 37 | deltask compile_ptest_base | 35 | deltask compile_ptest_base |
