diff --git a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc index 22cfc1b..0bb52c8 100644 --- a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc +++ b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc @@ -25,6 +25,9 @@ RDEPENDS_${PN}_remove = "ament-cmake-flake8" RDEPENDS_${PN}_remove = "ament-cmake-pep8" RDEPENDS_${PN}_remove = "ament-cmake-pyflakes" +# Drop until "CMake Error at CMakeLists.txt:106 (string): string sub-command REPLACE requires at least four arguments." is fixed +RDEPENDS_${PN}_remove = "micro-ros-agent" + # Can't build these until we figure out how to build clang-format without building all of clang. RDEPENDS_${PN}_remove = "ament-clang-format" RDEPENDS_${PN}_remove = "ament-cmake-clang-format"