From eaf78a361580a83ff3e0e5cbbb19f9b5a06cb0dd Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Tue, 28 May 2019 16:52:10 -0700 Subject: [PATCH] DRAFT [morty] pg-ros-world-crystal.inc: Drop "micro-ros-agent" until CMake error fixed --- recipes-core/packagegroups/packagegroup-ros-world-crystal.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc index 3d0d5bc..16804d3 100644 --- a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc +++ b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc @@ -23,6 +23,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"