mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
glide: Add 0.13.1 version
Glide is a widely used Vendor Package Management for Golang, especially in private projects as it allows for internal repositories clone and other fancy things. This recipe has been originally done as part of updatehub development. (From OE-Core rev: 64fc673886b37d3673b9dfc4b647ece7d3130ec9) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bf4d336914
commit
232d382d17
15
meta/recipes-devtools/glide/glide_0.13.1.bb
Normal file
15
meta/recipes-devtools/glide/glide_0.13.1.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Vendor Package Management for Golang"
|
||||
HOMEPAGE = "https://glide.sh"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=54905cf894f8cc416a92f4fc350c35b2"
|
||||
|
||||
GO_IMPORT = "github.com/Masterminds/glide"
|
||||
SRC_URI = "git://${GO_IMPORT}"
|
||||
SRCREV = "67790b3dbede72cfdc54aa53be4706322c9499e0"
|
||||
|
||||
inherit go
|
||||
|
||||
RDEPENDS_${PN}-dev += "bash"
|
||||
RDEPENDS_${PN}-ptest += "bash"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user