osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/33399
)
Change subject: obs: make limesuite build with debian 12
......................................................................
obs: make limesuite build with debian 12
Related: OS#6057
Change-Id: Ic81dfbfa232b92e3fd9af9c5d7d0f2aca4b9879c
---
M scripts/obs/lib/srcpkg.py
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/99/33399/1
diff --git a/scripts/obs/lib/srcpkg.py b/scripts/obs/lib/srcpkg.py
index 2751005..b97bbf8 100644
--- a/scripts/obs/lib/srcpkg.py
+++ b/scripts/obs/lib/srcpkg.py
@@ -114,6 +114,13 @@
cwd=lib.git.get_repo_path("open5gs"))
+def prepare_project_limesuite():
+ """ Fix Debian 12 compat, until this is merged and in the next
release:
+
https://github.com/myriadrf/LimeSuite/pull/381 """
+ lib.run_cmd(["sed", "s/libwxgtk3.0-gtk3-dev,$/libwxgtk3.0-gtk3-dev |
libwxgtk3.2-dev,/g",
+ "-i", "debian/control"],
cwd=lib.git.get_repo_path("limesuite"))
+
+
def write_tarball_version(project, version):
repo_path = lib.git.get_repo_path(project)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/33399
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ic81dfbfa232b92e3fd9af9c5d7d0f2aca4b9879c
Gerrit-Change-Number: 33399
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange