From 2961677b6a97bd3e93aa879503537f611f0202d4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 28 Feb 2024 14:14:37 +0000 Subject: 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 --- recipes-devtools/go/go-pty_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-devtools/go/go-pty_git.bb') diff --git a/recipes-devtools/go/go-pty_git.bb b/recipes-devtools/go/go-pty_git.bb index 132e82d1..d6aa95f6 100644 --- a/recipes-devtools/go/go-pty_git.bb +++ b/recipes-devtools/go/go-pty_git.bb @@ -13,6 +13,8 @@ SRCREV = "05017fcccf23c823bfdea560dcc958a136e54fb7" S = "${WORKDIR}/git" +inherit meta-virt-depreciated-warning + do_install() { install -d ${D}${prefix}/local/go/src/${PKG_NAME} cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/ -- cgit v1.2.3-54-g00ecf