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/python-neutron_git.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index 11dbb84..7229e47 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb @@ -30,8 +30,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol SRCREV = "7fd30cb652fb5d516b4c1f5415f18f54d7a40c2a" PV = "11.0.2+git${SRCPV}" -S = "${WORKDIR}/git" - inherit setuptools3 systemd useradd identity hosts default_configs monitor USER = "neutron" @@ -106,7 +104,6 @@ do_install:append() { sed -e "/^#connection = .*/aconnection = postgresql+psycopg2://${DB_USER}:${DB_PASSWORD}@localhost/neutron" \ -i ${CONF_FILE} - # ml2_conf.ini changes (replace with .ini file editing) CONF_FILE=${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini sed -e "/#type_drivers =/atype_drivers = flat,vlan" -i ${CONF_FILE} @@ -262,7 +259,6 @@ FILES:${PN} = "${libdir}/*" FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" RDEPENDS:${SRCNAME}-tests += " bash" - FILES:${SRCNAME} = " \ ${bindir}/neutron-db-manage \ ${bindir}/neutron-rootwrap \ @@ -429,6 +425,5 @@ SYSTEMD_AUTO_ENABLE:${SRCNAME}-dhcp-agent = "disable" SYSTEMD_AUTO_ENABLE:${SRCNAME}-linuxbridge-agent = "disable" SYSTEMD_AUTO_ENABLE:${SRCNAME}-metadata-agent = "disable" - MONITOR_SERVICE_PACKAGES = "${SRCNAME}" MONITOR_SERVICE_${SRCNAME} = "neutron" -- cgit v1.2.3-54-g00ecf