[OE-core] [PATCH] go-dep: Add 0.2.0 release

Burton, Ross ross.burton at intel.com
Sat Jul 29 18:28:22 UTC 2017


Failed in the no-x11 builder at least so far:

ERROR: go-dep-0.2.0-r0 do_package: QA Issue: go-dep: Files/directories were
installed but not shipped in any package:
  /usr/lib/x86_64-poky-linux/go/bin/dep
Please set FILES such that these items are packaged. Alternatively if they
are unneeded, avoid installing them or delete them within do_install.

https://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/builds/537

Ross

On 28 July 2017 at 19:07, Otavio Salvador <otavio at ossystems.com.br> wrote:

> This is the Golang dependency management tool under development; it is
> ready for production use and intended to be merged onto Golang
> 1.10. Until that, projects are starting to use it and making it
> available on OE-Core reduces the Golang integration work for new
> recipes.
>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>
>  meta/recipes-devtools/go/go-dep_0.2.0.bb | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 meta/recipes-devtools/go/go-dep_0.2.0.bb
>
> diff --git a/meta/recipes-devtools/go/go-dep_0.2.0.bb
> b/meta/recipes-devtools/go/go-dep_0.2.0.bb
> new file mode 100644
> index 0000000000..2b116c9af2
> --- /dev/null
> +++ b/meta/recipes-devtools/go/go-dep_0.2.0.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Dependency management tool for Golang"
> +HOMEPAGE = "https://github.com/golang/dep"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=
> 1bad315647751fab0007812f70d42c0d"
> +
> +GO_IMPORT = "github.com/golang/dep"
> +SRC_URI = "git://${GO_IMPORT};destsuffix=${BPN}-${PV}/src/${
> GO_IMPORT};nobranch=1"
> +
> +# Points to 0.2.0 tag
> +SRCREV = "6a17782ed25ba4ccd2adf191990cc32e65c3934c"
> +
> +inherit go
> +
> +GO_INSTALL = "${GO_IMPORT}/cmd/dep"
> +
> +INSANE_SKIP_${PN} += "ldflags"
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.13.3
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170729/00ef67d2/attachment-0002.html>


More information about the Openembedded-core mailing list