summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-openstack: Fix whitespace warningsRyosuke Saito2025-07-171-2/+2
| | | | | | | | | | | | | Add whitespaces around variable assignments to eliminate the build warnings: WARNING: python-ceilometer_git.bb:25 has a lack of whitespace around the assignment: 'KEYSTONE_HOST="${CONTROLLER_IP}"' WARNING: python-cinder_git.bb:39 has a lack of whitespace around the assignment: 'KEYSTONE_HOST="${CONTROLLER_IP}"' ... Signed-off-by: Ryosuke Saito <ryosuke.saito@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer/global: update S assignmentsBruce Ashfield2025-07-161-1/+0
| | | | | | | | | | | | | | | | | | 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>
* global: overrides conversionBruce Ashfield2021-07-311-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-taskflow: Change python to python3Wang Mingyu2020-06-301-0/+43
python-futures is only for Python 2, so remove it. python-enum34 or python3-enum34 are not exist, so remove python-enum34 from bb file. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>