From fd80e4d3341fc6786284d6990fce627dd52f24bd Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Wed, 5 Jun 2019 11:29:02 -0700 Subject: [PATCH] DRAFT {dashing} dashing/ros-distro-recipe-blacklist.inc: Blacklist OpenSplice packages --- .../include/dashing/ros-distro-recipe-blacklist.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc b/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc index a31ae08..3652681 100644 --- a/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc +++ b/conf/ros-distro/include/dashing/ros-distro-recipe-blacklist.inc @@ -32,3 +32,16 @@ ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rmw-connext-shared-cpp" ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rosidl-typesupport-connext-c" # rosidl-typesupport-cpp.inc removes "rosidl-typesupport-connext-cpp" from ROS_BUILD_DEPENDS. ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rosidl-typesupport-connext-cpp" + +PNBLACKLIST[opensplice-cmake-module] ?= "Not yet supporting use of OpenSplice" +PNBLACKLIST[rmw-opensplice-cpp] ?= "Not yet supporting use of OpenSplice" +PNBLACKLIST[rosidl-typesupport-opensplice-c] ?= "Not yet supporting use of OpenSplice" +PNBLACKLIST[rosidl-typesupport-opensplice-cpp] ?= "Not yet supporting use of OpenSplice" + +ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "opensplice-cmake-module" +# rmw-implementation.inc removes "rmw-opensplice-cpp" from ROS_BUILD_DEPENDS. +ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rmw-opensplice-cpp" +# rosidl-typesupport-c.inc removes "rosidl-typesupport-opensplice-c" from ROS_BUILD_DEPENDS. +ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rosidl-typesupport-opensplice-c" +# rosidl-typesupport-cpp.inc removes "rosidl-typesupport-opensplice-cpp" from ROS_BUILD_DEPENDS. +ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES_remove = "rosidl-typesupport-opensplice-cpp"