Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base rules for paho-mqtt-c and paho-mqtt-cpp #36406

Merged
merged 6 commits into from
May 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add libpaho dev packages
  • Loading branch information
lreiher authored Mar 14, 2023
commit b30ab1f80e91a0c0e6c9f32521ccdbbcde4ae948
18 changes: 16 additions & 2 deletions rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7160,7 +7160,7 @@ osmium:
fedora: [libosmium-devel]
nixos: [libosmium]
ubuntu: [libosmium-dev]
paho-mqtt-c:
libpaho-mqtt:
alpine: [paho-mqtt-c]
debian: [libpaho-mqtt1.3]
fedora: [paho-c]
Expand All @@ -7170,12 +7170,26 @@ paho-mqtt-c:
'*': [libpaho-mqtt1.3]
focal: null
bionic: null
paho-mqtt-cpp:
libpaho-mqtt-dev:
alpine: [paho-mqtt-c-dev]
debian: [libpaho-mqtt-dev]
fedora: [paho-c-devel]
opensuse: [libpaho-mqtt-devel]
ubuntu:
'*': [libpaho-mqtt-dev]
focal: null
bionic: null
libpaho-mqttpp:
nixos: [paho-mqtt-cpp]
ubuntu:
'*': [libpaho-mqttpp3-1]
focal: null
bionic: null
libpaho-mqttpp-dev:
ubuntu:
'*': [libpaho-mqttpp-dev]
focal: null
bionic: null
pandoc:
debian: [pandoc]
fedora: [pandoc]
Expand Down