mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +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
@@ -12,7 +12,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \
|
||||
SRC_URI[sha256sum] = "f09c49f0618660ca11fc6d9580ddde904c7224d4c6d0f6f2d1f9bcdc9102c9aa"
|
||||
|
||||
inherit autotools
|
||||
S = "${WORKDIR}/chrpath"
|
||||
S = "${UNPACKDIR}/chrpath"
|
||||
|
||||
# We don't have a staged chrpath-native for ensuring our binary is
|
||||
# relocatable, so use the one we've just built
|
||||
|
||||
Reference in New Issue
Block a user