diff --git a/recipes-ros/image-pipeline/image-view/image-view-remove-unused-signals-boost-component.patch b/recipes-ros/image-pipeline/image-view/image-view-remove-unused-signals-boost-component.patch new file mode 100644 index 0000000..15370a4 --- /dev/null +++ b/recipes-ros/image-pipeline/image-view/image-view-remove-unused-signals-boost-component.patch @@ -0,0 +1,14 @@ +Upstream-Status: Pending + +diff -uNr image_pipeline-1.12.23.orig/image_view/CMakeLists.txt image_pipeline-1.12.23/image_view/CMakeLists.txt +--- image_pipeline-1.12.23.orig/image_view/CMakeLists.txt 2018-05-10 12:52:54.000000000 +0000 ++++ image_pipeline-1.12.23/image_view/CMakeLists.txt 2019-07-03 17:02:21.775288064 +0000 +@@ -5,7 +5,7 @@ + generate_dynamic_reconfigure_options(cfg/ImageView.cfg) + + catkin_package(CATKIN_DEPENDS dynamic_reconfigure) +-find_package(Boost REQUIRED COMPONENTS signals thread) ++find_package(Boost REQUIRED COMPONENTS thread) + find_package(OpenCV REQUIRED) + + include_directories(${Boost_INCLUDE_DIRS} diff --git a/recipes-ros/image-pipeline/image-view_1.12.23.bb b/recipes-ros/image-pipeline/image-view_1.12.23.bb index a8d6c51..09f484a 100644 --- a/recipes-ros/image-pipeline/image-view_1.12.23.bb +++ b/recipes-ros/image-pipeline/image-view_1.12.23.bb @@ -9,3 +9,5 @@ require image-pipeline.inc inherit distro_features_check ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" + +SRC_URI += "file://image-view-remove-unused-signals-boost-component.patch;patchdir=.."