From 24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 16 Jul 2025 14:42:13 -0400 Subject: layer/global: update S assignments Updating meta-cloud-services and sublayers to comply with the UNPACKDIR changes. The techniques mentioned in the following commit are used: Author: Alexander Kanavin Date: Tue Jun 24 13:53:51 2025 +0200 migration-guides/migration-5.3.rst: add guidance for breaking WORKDIR changes (From yocto-docs rev: f59504d8706a817e0b5a6235ebb69cb3b3ebb277) Signed-off-by: Alexander Kanavin Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb index 51b3e7c..d651330 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb @@ -10,8 +10,6 @@ SRCREV = "7355d905bc0e6b7d8884e290cc26895eed0f7179" SRCNAME = "oslo.middleware" SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" -S = "${WORKDIR}/git" - inherit setuptools3 # DEPENDS_default: python3-pip @@ -25,7 +23,6 @@ DEPENDS += " \ python3-pbr-native \ " - # RDEPENDS:default: RDEPENDS:${PN} += " \ python3-pbr \ -- cgit v1.2.3-54-g00ecf