scripts/osmocom-obs-link.sh: remove sdcc

sdcc does not build for centos 8 without diving deeper into the
dependency hell:

nothing provides gputils,
nothing provides python3-base,
nothing provides inkscape,
nothing provides lyx,
nothing provides makeinfo

So let's not build libusrp for centos 8 for now. We can build osmo-trx
without the usrp1 backend (already configured in the spec.in file).

Related: OS#4550
Change-Id: Icfb289b0eeeb7215d23517fb8a4e56f2a8d774f1
This commit is contained in:
Oliver Smith 2020-05-20 11:24:15 +02:00
parent b38c3e753b
commit 4969d2b116
1 changed files with 1 additions and 4 deletions

View File

@ -23,8 +23,5 @@ osc linkpac openSUSE:Factory yder "$PROJ"
# osmo-remsim: depends on libcsv
osc linkpac openSUSE:Factory libcsv "$PROJ"
# libusrp: depends on fdupes
# osmo-trx: depends on fdupes
osc linkpac openSUSE:Factory fdupes "$PROJ"
# libusrp: depends on sdcc
osc linkpac openSUSE:Factory sdcc "$PROJ"