diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-02 12:42:02 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-03 07:33:18 +0100 |
commit | 45269ffda1fcb966cf2f87748f62b328a7cfe4b6 (patch) | |
tree | 0d0ab3268bc554efd2c58fb9f1869a37c83c1ce5 /meta/classes-recipe | |
parent | 0d8b76c74f84a28c92f802376a78c9eb8ee92f53 (diff) | |
download | poky-45269ffda1fcb966cf2f87748f62b328a7cfe4b6.tar.gz |
glide: remove as 'go mod' has become standard
(From OE-Core rev: 7870364e482bfae35fb647977c8e03bf3ef1e2a9)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r-- | meta/classes-recipe/glide.bbclass | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/classes-recipe/glide.bbclass b/meta/classes-recipe/glide.bbclass deleted file mode 100644 index 21b48fa4e0..0000000000 --- a/meta/classes-recipe/glide.bbclass +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | # SPDX-License-Identifier: MIT | ||
5 | # | ||
6 | |||
7 | # Handle Glide Vendor Package Management use | ||
8 | # | ||
9 | # Copyright 2018 (C) O.S. Systems Software LTDA. | ||
10 | |||
11 | DEPENDS:append = " glide-native" | ||
12 | |||
13 | do_compile:prepend() { | ||
14 | ( cd ${B}/src/${GO_IMPORT} && glide install ) | ||
15 | } | ||