File tree 1 file changed +22
-2
lines changed
1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
REP: 111
2
2
Title: Multiple Package Manager Support for Rosdep
3
- Author: Tully Foote, Dirk Thomas
3
+ Author: Tully Foote, Dirk Thomas, Scott K Logan
4
4
Status: Final
5
5
Type: Standards Track
6
6
Content-Type: text/x-rst
7
7
Created: 28-June-2011
8
8
ROS-Version: 1.6
9
- Post-History: 30-Jun-2011, 24-Jan-2018
9
+ Post-History: 30-Jun-2011, 24-Jan-2018, 12-Nov-2021
10
10
11
11
12
12
Abstract
@@ -337,6 +337,21 @@ PACKAGE_ARGUMENT:
337
337
wheezy: [some-name]
338
338
339
339
340
+ Wildcard OS_NAME
341
+ ----------------
342
+
343
+ Some package managers are supported and function on more than one platform, and
344
+ the names of packages in those package managers are typically the same between
345
+ platforms. To avoid duplicating the rules under several ``OS_NAME `` stanzas the
346
+ ``OS_NAME `` can be specified as `* ` as long as the rule under it specifies the
347
+ ``PACKAGE_MANAGER `` explicitly.
348
+
349
+ Similar to rule lookups regarding a `Wildcard OS_VERSION `_, an explicit
350
+ ``OS_NAME `` entry will take precedence over `* ` rules entirely and an
351
+ explicitly null ``PACKAGE_ARGUMENT `` for an ``OS_NAME `` will omit it from the
352
+ wildcard.
353
+
354
+
340
355
Dependencies
341
356
------------
342
357
@@ -427,6 +442,11 @@ This will be supported through ROS Fuerte.
427
442
History
428
443
=======
429
444
445
+ 12-Nov-2021
446
+ -----------
447
+
448
+ The section `Wildcard OS_NAME `_ has been added.
449
+
430
450
24-Jan-2018
431
451
-----------
432
452
You can’t perform that action at this time.
0 commit comments