File: 0014-Drop-path-segment-from-plugin-path.patch

package info (click to toggle)
ros-ros-comm 1.17.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,400 kB
  • sloc: cpp: 42,116; python: 38,991; xml: 2,665; ansic: 2,384; sh: 274; makefile: 27
file content (19 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sat, 25 Jun 2022 18:23:32 +0200
Subject: Drop path segment from plugin path

The new pluginlib does not find it, otherwise.
---
 tools/rosbag_storage/encryptor_plugins.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/rosbag_storage/encryptor_plugins.xml b/tools/rosbag_storage/encryptor_plugins.xml
index 3128ec9..63bbb5e 100644
--- a/tools/rosbag_storage/encryptor_plugins.xml
+++ b/tools/rosbag_storage/encryptor_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/librosbag_default_encryption_plugins">
+<library path="librosbag_default_encryption_plugins">
   <class name="rosbag/NoEncryptor" type="rosbag::NoEncryptor" base_class_type="rosbag::EncryptorBase">
     <description>This is a plugin for no encryption.</description>
   </class>