Part of the UNPACKDIR changes for Go modules is the requirement for Go
recipes to include ;destsuffix=${GO_SRCURI_DESTSUFFIX} in the SRC_URI.Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-devtools/websocketd/websocketd_0.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb b/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb index 207cd38a..1f5f8f5d 100644 --- a/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb +++ b/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb @@ -9,7 +9,7 @@ GO_IMPORT = "github.com/joewalnes/websocketd" export GOPROXY = "https://proxy.golang.org,direct" -SRC_URI = "git://${GO_IMPORT};protocol=https;branch=master" +SRC_URI = "git://${GO_IMPORT};protocol=https;branch=master;destsuffix=${GO_SRCURI_DESTSUFFIX}" SRCREV = "035c18cc3e6962dabd5ea2ad8845260726a4a99e" # bitbake only exports proxy variables during fetching, but go handles -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15348): https://lists.yoctoproject.org/g/meta-arago/message/15348 Mute This Topic: https://lists.yoctoproject.org/mt/106415243/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
