Change in osmo-bsc[master]: remove obsolete dependency on libosmo-sccp

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Feb 28 10:35:23 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/23068 )

Change subject: remove obsolete dependency on libosmo-sccp
......................................................................

remove obsolete dependency on libosmo-sccp

We only use libosmo-sigtran these days, so we can remove the depdency
to the old libosmo-sccp from osmo-bsc.  We don't use LIBOSMO_SCCP_*
variables in any Makefile.am, nor do we #include <osmocom/sccp/...>
anywhere [anymore].

Change-Id: Ie478016ffb6e767ba10968c1ee2ab98db15a45a3
Related: OS#2601
---
M configure.ac
M contrib/osmo-bsc.spec.in
M debian/control
3 files changed, 0 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve



diff --git a/configure.ac b/configure.ac
index 762b814..195acfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,6 @@
 PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.1.0)
 PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0)
 PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.4.0)
-PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.4.0)
 PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.8.0)
 
 dnl checks for header files
diff --git a/contrib/osmo-bsc.spec.in b/contrib/osmo-bsc.spec.in
index 6f3b2bd..9f7ef48 100644
--- a/contrib/osmo-bsc.spec.in
+++ b/contrib/osmo-bsc.spec.in
@@ -33,7 +33,6 @@
 BuildRequires:  pkgconfig(libcrypto) >= 0.9.5
 BuildRequires:  pkgconfig(libosmo-mgcp-client) >= 1.8.0
 BuildRequires:  pkgconfig(libosmo-netif) >= 1.1.0
-BuildRequires:  pkgconfig(libosmo-sccp) >= 1.4.0
 BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.4.0
 BuildRequires:  pkgconfig(libosmoabis) >= 1.1.0
 BuildRequires:  pkgconfig(libosmocore) >= 1.5.0
diff --git a/debian/control b/debian/control
index 09dcd04..a135119 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@
                libcdk5-dev,
                libtalloc-dev,
                libosmocore-dev (>= 1.5.0),
-               libosmo-sccp-dev (>= 1.4.0),
                libosmo-sigtran-dev (>= 1.4.0),
                libosmo-abis-dev (>= 1.1.0),
                libosmo-netif-dev (>= 1.1.0),

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/23068
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie478016ffb6e767ba10968c1ee2ab98db15a45a3
Gerrit-Change-Number: 23068
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210228/9e2b5c38/attachment.htm>


More information about the gerrit-log mailing list