diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-09-18 13:56:30 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-19 18:49:19 -0500 |
| commit | de9007c4b8e86ba5348dd6765c78526fc0ab0a98 (patch) | |
| tree | 70bdf2d74de1f11a011567165832a1213718f7ba /meta-xilinx-demos | |
| parent | 450f6bcccfb5397b71279eecf13a355c2b2adf55 (diff) | |
| download | meta-xilinx-de9007c4b8e86ba5348dd6765c78526fc0ab0a98.tar.gz | |
ament-flake8: Remove python3-flake8-* packages
Using python3-flake8-* packages as RDEPENDS in ament-flake8 results in
below build errors.
Error:
Problem: package packagegroup-xilinx-ros-dev-1.0-r0.5.cortexa72_cortexa53 from oe-repo requires ament-flake8, but none of the providers can be installed
- conflicting requests
- nothing provides python3-flake8-builtins needed by ament-flake8-0.17.0+2-r0.4.cortexa72_cortexa53 from oe-repo
- nothing provides python3-flake8-comprehensions needed by ament-flake8-0.17.0+2-r0.4.cortexa72_cortexa53 from oe-repo
- nothing provides python3-flake8-docstrings needed by ament-flake8-0.17.0+2-r0.4.cortexa72_cortexa53 from oe-repo
- nothing provides python3-flake8-quotes needed by ament-flake8-0.17.0+2-r0.4.cortexa72_cortexa53 from oe-repo
(try to add '--skip-broken' to skip uninstallable packages)
Hence remove these packages from RDEPENDS until it is fixed properly
from meta-ros upstream.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-demos')
| -rw-r--r-- | meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/ament-lint/ament-flake8_0.17.0-2.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/ament-lint/ament-flake8_0.17.0-2.bbappend b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/ament-lint/ament-flake8_0.17.0-2.bbappend new file mode 100644 index 00000000..c22346fa --- /dev/null +++ b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-bbappends/ament-lint/ament-flake8_0.17.0-2.bbappend | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. | ||
| 2 | |||
| 3 | ROS_EXEC_DEPENDS:remove = " \ | ||
| 4 | python3-flake8-builtins \ | ||
| 5 | python3-flake8-comprehensions \ | ||
| 6 | python3-flake8-docstrings \ | ||
| 7 | python3-flake8-import-order \ | ||
| 8 | python3-flake8-quotes \ | ||
| 9 | " \ No newline at end of file | ||
