allow network access for do_compile in go recipes

This commit is contained in:
Markus Volk 2022-01-08 03:38:07 +01:00
parent 31827b3e3c
commit 448287c7f9
5 changed files with 10 additions and 0 deletions

View File

@ -17,3 +17,5 @@ do_install:append() {
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
}
do_compile[network] = "1"

View File

@ -24,3 +24,5 @@ do_install:append() {
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
}
do_compile[network] = "1"

View File

@ -24,3 +24,5 @@ do_install:append() {
rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
}
do_compile[network] = "1"

View File

@ -29,3 +29,5 @@ do_install:append() {
rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
}
do_compile[network] = "1"

View File

@ -30,3 +30,5 @@ do_install:append() {
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
}
do_compile[network] = "1"