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:
Alexander Kanavin
2025-06-16 11:49:55 +02:00
committed by Richard Purdie
parent 910442fedc
commit e1f059f34e
109 changed files with 109 additions and 109 deletions

View File

@@ -19,7 +19,7 @@ UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
inherit pkgconfig ptest python_mesonpy github-releases cython
S = "${WORKDIR}/numpy-${PV}"
S = "${UNPACKDIR}/numpy-${PV}"
PACKAGECONFIG[svml] = "-Ddisable-svml=false,-Ddisable-svml=true"