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

@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf
inherit pypi setuptools3
S = "${WORKDIR}/babel-${PV}"
S = "${UNPACKDIR}/babel-${PV}"
CLEANBROKEN = "1"

View File

@@ -9,7 +9,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.ta
SRC_URI[sha256sum] = "c36b28f10ffcc8f1f798aca973bcc132f91f33eb9b6b8904381b4077766043d5"
S = "${WORKDIR}/dbus-python-${PV}"
S = "${UNPACKDIR}/dbus-python-${PV}"
inherit setuptools3-base meson pkgconfig

View File

@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://license-apache;md5=1836efb2eb779966696f473ee8540542 \
SRC_URI += "file://0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch;patchdir=${CARGO_VENDORING_DIRECTORY}/libc-0.2.167"
SRC_URI[sha256sum] = "0e0dc2e0bfaa2e1bd238e0236cf8a2b7e2250ccaa29c1aa8d0e61fa664b0289d"
S = "${WORKDIR}/maturin-${PV}"
S = "${UNPACKDIR}/maturin-${PV}"
CFLAGS += "-ffile-prefix-map=${CARGO_HOME}=${TARGET_DBGSRC_DIR}/cargo_home"

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"

View File

@@ -15,7 +15,7 @@ GITHUB_BASE_URI = "https://github.com/pygobject/pycairo/releases/"
SRC_URI[sha256sum] = "26ec5c6126781eb167089a123919f87baa2740da2cca9098be8b3a6b91cc5fbc"
S = "${WORKDIR}/pycairo-${PV}"
S = "${UNPACKDIR}/pycairo-${PV}"
inherit meson pkgconfig python3targetconfig github-releases

View File

@@ -21,7 +21,7 @@ SRCNAME = "pygobject"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.gz"
SRC_URI[sha256sum] = "00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82"
S = "${WORKDIR}/${SRCNAME}-${PV}"
S = "${UNPACKDIR}/${SRCNAME}-${PV}"
PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}"

View File

@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "bacac880ba2e86d6a156c116e2f8f2bfa82b257046f3ac2666c85c53c6
inherit pypi python_setuptools_build_meta
S = "${WORKDIR}/scons-${PV}"
S = "${UNPACKDIR}/scons-${PV}"
RDEPENDS:${PN}:class-target = "\
python3-core \

View File

@@ -53,7 +53,7 @@ CVE_STATUS[CVE-2023-36632] = "disputed: Not an issue, in fact expected behaviour
PYTHON_MAJMIN = "3.13"
S = "${WORKDIR}/Python-${PV}"
S = "${UNPACKDIR}/Python-${PV}"
BBCLASSEXTEND = "native nativesdk"