diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-02-28 14:14:37 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-03-15 17:17:19 +0000 |
commit | 2961677b6a97bd3e93aa879503537f611f0202d4 (patch) | |
tree | ca59e9e7996ba81d79b75bdff835b4b6f379a923 /recipes-devtools/go/go-logrus_git.bb | |
parent | 81047284368dd905f0db16b4182e42a22a70ba26 (diff) | |
download | meta-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-logrus_git.bb')
-rw-r--r-- | recipes-devtools/go/go-logrus_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-logrus_git.bb b/recipes-devtools/go/go-logrus_git.bb index 211d07c9..1826b893 100644 --- a/recipes-devtools/go/go-logrus_git.bb +++ b/recipes-devtools/go/go-logrus_git.bb | |||
@@ -14,6 +14,8 @@ PV = "0.11.0+git" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit meta-virt-depreciated-warning | ||
18 | |||
17 | do_install() { | 19 | do_install() { |
18 | install -d ${D}${prefix}/local/go/src/${PKG_NAME} | 20 | install -d ${D}${prefix}/local/go/src/${PKG_NAME} |
19 | cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/ | 21 | cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/ |