diff options
Diffstat (limited to 'recipes-containers/go-errors/go-errors_git.bb')
-rw-r--r-- | recipes-containers/go-errors/go-errors_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/go-errors/go-errors_git.bb b/recipes-containers/go-errors/go-errors_git.bb index 87486358..1236bb7b 100644 --- a/recipes-containers/go-errors/go-errors_git.bb +++ b/recipes-containers/go-errors/go-errors_git.bb | |||
@@ -18,6 +18,8 @@ S = "${WORKDIR}/git" | |||
18 | do_compile() { | 18 | do_compile() { |
19 | } | 19 | } |
20 | 20 | ||
21 | inherit meta-virt-depreciated-warning | ||
22 | |||
21 | do_install() { | 23 | do_install() { |
22 | install -d ${D}${prefix}/local/go/src/${PKG_NAME} | 24 | install -d ${D}${prefix}/local/go/src/${PKG_NAME} |
23 | for j in $(cd ${S} && find src/${PKG_NAME} -name "*.go" -not -path "*/.tool/*"); do | 25 | for j in $(cd ${S} && find src/${PKG_NAME} -name "*.go" -not -path "*/.tool/*"); do |