coverity: check if sdcc is installed

Check at the start if sdcc is installed, as it's required to build
libusrp. It might not be installed when testing locally.

Change-Id: I226f439f7eff657d01c667aae464c080b91d5a82
changes/37/31137/1
Oliver Smith 2023-02-01 09:34:31 +01:00
parent 7bd02257c9
commit 6a6b19ec6f
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
. $(realpath common.sh)
BASEDIR=source-Osmocom
osmo_cmd_require sdcc
# How to add a new project:
# * add it to the list below
# * add it to build_Osmocom.sh