aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-gsm-tester
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-06-29 09:58:27 +0200
committerOliver Smith <osmith@sysmocom.de>2022-06-29 10:20:01 +0200
commit73a272ecd405f024a15c7032cd368f70b9aa7109 (patch)
tree5f8a0b07234fc083083b459465fc70edb756243e /osmo-gsm-tester
parentfb6b14236f4a898d246a82cbbad1cbdbaa80c658 (diff)
osmo-gsm-tester: use debian's soapysdr-module-lms7
After switching from build.opensuse.org to obs.osmocom.org's published packages, the soapysdr0.7-module-lms7 binary package we had does not exist anymore. I'm not sure where it came from, from the name it looks like it was built from version 0.7 sources, but we only have a soapysdr_0.5.4 package in OBS that was added for debian 8/ubuntu 16.04 compatibility 4 years ago, and builds have been disabled for all architectures: https://build.opensuse.org/package/show/network:osmocom:nightly/soapysdr Instead of relying on this leftover binary package, use the one provided by debian instead. This osmo-gsm-tester docker container is based on debian-buster, which has soapysdr 0.6 packaged. If we should really need 0.7, we could switch it to bullseye or build it from source while building the container, or add it back to obs.osmocom.org. I verified that the container builds with this change. Fix for: E: Unable to locate package soapysdr0.7-module-lms7 Change-Id: Ie2408258eda407d9db6c2f0f5fbe475861756778
Diffstat (limited to 'osmo-gsm-tester')
-rw-r--r--osmo-gsm-tester/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-gsm-tester/Dockerfile b/osmo-gsm-tester/Dockerfile
index 052c565..36fc20e 100644
--- a/osmo-gsm-tester/Dockerfile
+++ b/osmo-gsm-tester/Dockerfile
@@ -101,7 +101,7 @@ RUN apt-get update && \
libuhd-dev \
libczmq-dev \
libsoapysdr-dev \
- soapysdr0.7-module-lms7 && \
+ soapysdr-module-lms7 && \
apt-get clean
# install gnuradio runtime dependencies