Skip to content

Instantly share code, notes, and snippets.

@aidanharris
Created November 9, 2017 03:00
Show Gist options
  • Save aidanharris/740a48b3f66e01fbc0363a39b17d2454 to your computer and use it in GitHub Desktop.
Save aidanharris/740a48b3f66e01fbc0363a39b17d2454 to your computer and use it in GitHub Desktop.
7,8c7
< GOLANG_PKG_BUILDPATH="/src/${PN}"
< GOLANG_PKG_TAGS="release"
---
> GOLANG_PKG_TAGS="${PV}"
12,19c11
< GOLANG_PKG_DEPENDENCIES=(
< "github.com/junegunn/go-isatty:66b8e73"
< "github.com/junegunn/go-runewidth:63c378b"
< "github.com/junegunn/go-shellwords:33bd8f1"
< "github.com/golang/crypto:854ae91 -> golang.org/x"
< )
<
< inherit golang-single bash-completion-r1
---
> inherit golang-live bash-completion-r1
31c23
< golang-single_src_install
---
> golang-live_src_install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment