Skip to content

Commit

Permalink
"disable" hddtemp on jammy
Browse files Browse the repository at this point in the history
On Ubuntu 22.04 `hddtemp` seems to be no longer released (See
[packages.ubuntu.com](https://packages.ubuntu.com/focal/hddtemp), there
is no link to jammy).

Therefore to not run into any issues when using `rosdep` I have disabled
the installation of `hddtemp` for Ubuntu 22.04.
  • Loading branch information
dreuter committed May 9, 2022
1 parent fee179d commit 0bda66b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,9 @@ hddtemp:
opensuse: [hddtemp]
rhel: [hddtemp]
slackware: [hddtemp]
ubuntu: [hddtemp]
ubuntu:
"*": [hddtemp]
jammy: null
hdf5:
arch: [hdf5-cpp-fortran]
debian: [libhdf5-serial-dev]
Expand Down

0 comments on commit 0bda66b

Please sign in to comment.