aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/obs
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-12-21 13:07:49 +0100
committerOliver Smith <osmith@sysmocom.de>2023-12-21 13:23:11 +0100
commit33ddf03dfefd3844328b803cbe96bad513b7bc37 (patch)
treebea1d56d0a8f5f13197738a6e4afcecd52f34b45 /scripts/obs
parenta9c93850c35e3bac01b6d58e6c00df0e83806617 (diff)
OBS: srcpkg Dockerfile: add lsb-release, quilt
Wireshark with Osmocom patches on top of wireshark.git master failed to build. I've reworked the packaging to use the "debian" dir from upstream instead of having our own (now outdated) copy: https://gitea.osmocom.org/osmocom/wireshark/commits/branch/osmith/deb-packaging Add the additional dependencies that are now required to build the wireshark source package to the Dockerfile. Related: OS#2537 Change-Id: I82f64de70b9d099ac404530ca74c771d66b306d8
Diffstat (limited to 'scripts/obs')
-rw-r--r--scripts/obs/data/build_srcpkg.Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/obs/data/build_srcpkg.Dockerfile b/scripts/obs/data/build_srcpkg.Dockerfile
index 5475a94..80488ea 100644
--- a/scripts/obs/data/build_srcpkg.Dockerfile
+++ b/scripts/obs/data/build_srcpkg.Dockerfile
@@ -16,10 +16,12 @@ RUN apt-get update && \
git-review \
gnupg2 \
libxml2-utils \
+ lsb-release \
meson \
osc \
python3-packaging \
python3-setuptools \
+ quilt \
rebar3 \
sed \
&& \