diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-16 14:42:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-16 14:42:13 -0400 |
| commit | 24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d (patch) | |
| tree | 985a716004a41396bbbcaa4c6e01d7d69848fb13 /meta-openstack/recipes-devtools/python/python-neutron_git.bb | |
| parent | ff75057ed28f942543c951f7af22b891752557f1 (diff) | |
| download | meta-cloud-services-24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d.tar.gz | |
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 <alex@linutronix.de>
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 <alex@linutronix.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron_git.bb | 5 |
1 files changed, 0 insertions, 5 deletions
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 | |||
| 30 | SRCREV = "7fd30cb652fb5d516b4c1f5415f18f54d7a40c2a" | 30 | SRCREV = "7fd30cb652fb5d516b4c1f5415f18f54d7a40c2a" |
| 31 | PV = "11.0.2+git${SRCPV}" | 31 | PV = "11.0.2+git${SRCPV}" |
| 32 | 32 | ||
| 33 | S = "${WORKDIR}/git" | ||
| 34 | |||
| 35 | inherit setuptools3 systemd useradd identity hosts default_configs monitor | 33 | inherit setuptools3 systemd useradd identity hosts default_configs monitor |
| 36 | 34 | ||
| 37 | USER = "neutron" | 35 | USER = "neutron" |
| @@ -106,7 +104,6 @@ do_install:append() { | |||
| 106 | sed -e "/^#connection = .*/aconnection = postgresql+psycopg2://${DB_USER}:${DB_PASSWORD}@localhost/neutron" \ | 104 | sed -e "/^#connection = .*/aconnection = postgresql+psycopg2://${DB_USER}:${DB_PASSWORD}@localhost/neutron" \ |
| 107 | -i ${CONF_FILE} | 105 | -i ${CONF_FILE} |
| 108 | 106 | ||
| 109 | |||
| 110 | # ml2_conf.ini changes (replace with .ini file editing) | 107 | # ml2_conf.ini changes (replace with .ini file editing) |
| 111 | CONF_FILE=${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini | 108 | CONF_FILE=${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini |
| 112 | sed -e "/#type_drivers =/atype_drivers = flat,vlan" -i ${CONF_FILE} | 109 | sed -e "/#type_drivers =/atype_drivers = flat,vlan" -i ${CONF_FILE} |
| @@ -262,7 +259,6 @@ FILES:${PN} = "${libdir}/*" | |||
| 262 | FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" | 259 | FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" |
| 263 | RDEPENDS:${SRCNAME}-tests += " bash" | 260 | RDEPENDS:${SRCNAME}-tests += " bash" |
| 264 | 261 | ||
| 265 | |||
| 266 | FILES:${SRCNAME} = " \ | 262 | FILES:${SRCNAME} = " \ |
| 267 | ${bindir}/neutron-db-manage \ | 263 | ${bindir}/neutron-db-manage \ |
| 268 | ${bindir}/neutron-rootwrap \ | 264 | ${bindir}/neutron-rootwrap \ |
| @@ -429,6 +425,5 @@ SYSTEMD_AUTO_ENABLE:${SRCNAME}-dhcp-agent = "disable" | |||
| 429 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-linuxbridge-agent = "disable" | 425 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-linuxbridge-agent = "disable" |
| 430 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-metadata-agent = "disable" | 426 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-metadata-agent = "disable" |
| 431 | 427 | ||
| 432 | |||
| 433 | MONITOR_SERVICE_PACKAGES = "${SRCNAME}" | 428 | MONITOR_SERVICE_PACKAGES = "${SRCNAME}" |
| 434 | MONITOR_SERVICE_${SRCNAME} = "neutron" | 429 | MONITOR_SERVICE_${SRCNAME} = "neutron" |
