On Mon, Jun 22, 2015 at 05:36:16PM -0500, William Hubbs wrote:
> All,
>
> here are more non-api-breaking updates to golang-vcs.eclass:
>
> 1. The GOPATH environment variable is now passed directly to the
> commands that need it.
> 2. The correct directory of source files is copied to the correct
All,
here are more non-api-breaking updates to golang-vcs.eclass:
1. The GOPATH environment variable is now passed directly to the
commands that need it.
2. The correct directory of source files is copied to the correct
location under ${S}.
I'll post this as a patch since the eclass is in the tr
This is committed.
William
signature.asc
Description: Digital signature
Folks,
there are a couple of changes I need to make to golang-vcs.eclass.
This change adds a feature that is needed for repositories with multiple
packages (specifically the EGO_SRC variable),
changes references from ${S} to ${WORKDIR}/${P} to match other eclasses
and copies the appropriate sourc