summaryrefslogtreecommitdiffstats
path: root/recipes-containers/go-errors
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-02-28 14:14:37 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commit2961677b6a97bd3e93aa879503537f611f0202d4 (patch)
treeca59e9e7996ba81d79b75bdff835b4b6f379a923 /recipes-containers/go-errors
parent81047284368dd905f0db16b4182e42a22a70ba26 (diff)
downloadmeta-virtualization-2961677b6a97bd3e93aa879503537f611f0202d4.tar.gz
devtools: depreciate the go source-only packages
We are now using vendoring from the upstream repos, or creating our own vendor directory. We no longer need these source only recipes. Add an inherit to each recipe to warn that it will be removed in the future. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/go-errors')
-rw-r--r--recipes-containers/go-errors/go-errors_git.bb2
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"
18do_compile() { 18do_compile() {
19} 19}
20 20
21inherit meta-virt-depreciated-warning
22
21do_install() { 23do_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