mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 05:19:40 +01: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
@@ -60,7 +60,7 @@ KORG_ARCHIVE_COMPRESSION ?= "xz"
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v${HEADER_FETCH_VER}/linux-${PV}.tar.${KORG_ARCHIVE_COMPRESSION}"
|
||||
UPSTREAM_CHECK_URI = "https://www.kernel.org/"
|
||||
|
||||
S = "${WORKDIR}/linux-${PV}"
|
||||
S = "${UNPACKDIR}/linux-${PV}"
|
||||
|
||||
EXTRA_OEMAKE = " HOSTCC="${BUILD_CC}" HOSTCPP="${BUILD_CPP}""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user