aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-20 11:24:15 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-20 11:27:39 +0200
commit4969d2b1163bbecd6ad43e4a1497ed33dc3adafb (patch)
tree9f00b7439977c096c332aac6904127e0387ce8c3
parentb38c3e753bfcf2ba01bd057c141e1e72e8946fa2 (diff)
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
-rwxr-xr-xscripts/osmocom-obs-link.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/osmocom-obs-link.sh b/scripts/osmocom-obs-link.sh
index 5f017ff..1d9b289 100755
--- a/scripts/osmocom-obs-link.sh
+++ b/scripts/osmocom-obs-link.sh
@@ -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"