From cdd1c10aca88d85685b54b7e755751b7d5f9c232 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Wed, 3 Apr 2019 13:24:56 -0700 Subject: [PATCH] DRAFT pg-ros-world-crystal.inc: Drop "*-clang-format" --- recipes-core/packagegroups/packagegroup-ros-world-crystal.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc index cecc5ab..e7bbf45 100644 --- a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc +++ b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc @@ -1,3 +1,7 @@ # packagegroup-ros-world-crystal.inc # # Copyright (c) 2019 LG Electronics, Inc. + +# 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"