setup: install libunwind on Ubuntu 22.04 targets

The following packages have unmet dependencies:
 libgstreamer1.0-dev : Depends: libunwind-dev
This commit is contained in:
Ramon Roche
2024-10-02 20:56:27 -07:00
parent e6731d26f9
commit 250a2bfdff
+5
View File
@@ -144,6 +144,11 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
kconfig-frontends \
;
fi
if [[ "${UBUNTU_RELEASE}" == "22.04" ]]; then
sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \
libunwind-dev \
;
fi
if [[ "${UBUNTU_RELEASE}" == "24.04" ]]; then
sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \
kconfig-frontends \