mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
meta: set S to be in UNPACKDIR in recipes that explicitly set S
(From OE-Core rev: 7321cc17ae5483f17fe9cdffea7b62acd9d9c3a2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
910442fedc
commit
e1f059f34e
@@ -19,7 +19,7 @@ UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
|
||||
CVE_PRODUCT = "golang:go"
|
||||
CVE_STATUS[CVE-2024-3566] = "not-applicable-platform: Issue only applies on Windows"
|
||||
|
||||
S = "${WORKDIR}/go"
|
||||
S = "${UNPACKDIR}/go"
|
||||
|
||||
inherit goarch native
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ LICENSE = "BSD-3-Clause"
|
||||
inherit goarch
|
||||
|
||||
SRC_URI = "https://golang.org/dl/go${PV}.src.tar.gz;name=main"
|
||||
S = "${WORKDIR}/go"
|
||||
S = "${UNPACKDIR}/go"
|
||||
B = "${S}"
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.src\.tar"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user