mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
go-dep: Remove
go-dep was an effort for dependency management before go modules, which since 2020 has been deprecated in favor of go modules. Since its not developed any longer and go mdules is officially supported, this should be retired from OE-core as well. (From OE-Core rev: 1e7ed44d87034446f1d07692c9378c3b0a8a9dd3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Otavio Salvador <otavio.salvador@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
DEPENDS_append = " go-dep-native"
|
||||
|
||||
do_compile_prepend() {
|
||||
rm -f ${WORKDIR}/build/src/${GO_IMPORT}/Gopkg.toml
|
||||
rm -f ${WORKDIR}/build/src/${GO_IMPORT}/Gopkg.lock
|
||||
( cd ${WORKDIR}/build/src/${GO_IMPORT} && dep init && dep ensure )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user