summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-capability_git.bb
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-devtools/go/go-capability_git.bb
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-devtools/go/go-capability_git.bb')
-rw-r--r--recipes-devtools/go/go-capability_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-capability_git.bb b/recipes-devtools/go/go-capability_git.bb
index e01a83d1..c2562474 100644
--- a/recipes-devtools/go/go-capability_git.bb
+++ b/recipes-devtools/go/go-capability_git.bb
@@ -12,6 +12,8 @@ SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
12SRCREV = "2c00daeb6c3b45114c80ac44119e7b8801fdd852" 12SRCREV = "2c00daeb6c3b45114c80ac44119e7b8801fdd852"
13PV = "0.0+git" 13PV = "0.0+git"
14 14
15inherit meta-virt-depreciated-warning
16
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
16 18
17do_install() { 19do_install() {