File: 0006-Fix-plugin-path-for-new-pluginlib.patch

package info (click to toggle)
ros-opencv-apps 2.0.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,944 kB
  • sloc: cpp: 6,155; python: 302; xml: 166; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri, 8 Jul 2022 12:44:29 +0200
Subject: Fix plugin path for new pluginlib

---
 nodelet_plugins.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nodelet_plugins.xml b/nodelet_plugins.xml
index 8c47326..bf97b9b 100644
--- a/nodelet_plugins.xml
+++ b/nodelet_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/libopencv_apps">
+<library path="libopencv_apps">
   <class name="opencv_apps/adding_images" type="opencv_apps::AddingImagesNodelet" base_class_type="nodelet::Nodelet">
     <description>Nodelet to combine two images</description>
   </class>