mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
Revert "yq: drop {LINKSHARED}"
This reverts commit d2a630ce6c
.
The linkshared is fixed upstream and backported in oe-core.
https://git.yoctoproject.org/poky/commit/?id=d5c79ca6a77af1a04992fff4300333e02d94d84d
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
a969fd9041
commit
9b87b12885
|
@ -50,7 +50,7 @@ GO_IMPORT = "github.com/mikefarah/yq"
|
||||||
|
|
||||||
inherit go ptest
|
inherit go ptest
|
||||||
|
|
||||||
do_compile() {
|
do_compile:prepend() {
|
||||||
# arrange for some of the golang built ins to be found
|
# arrange for some of the golang built ins to be found
|
||||||
(
|
(
|
||||||
cd ${WORKDIR}/build/src/
|
cd ${WORKDIR}/build/src/
|
||||||
|
@ -60,7 +60,6 @@ do_compile() {
|
||||||
# arrange for the fetched dependencies to be found
|
# arrange for the fetched dependencies to be found
|
||||||
export GOPATH="${GOPATH}:${WORKDIR}/build/vendor/"
|
export GOPATH="${GOPATH}:${WORKDIR}/build/vendor/"
|
||||||
export GO111MODULE=off
|
export GO111MODULE=off
|
||||||
${GO} install ${GOBUILDFLAGS} `go_list_packages`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user