fixeria has uploaded this change for review.

View Change

build: remove unused libosmo-netif dependency

Neither we include its headers nor call any of its functions.

Change-Id: Ia3395fd335d3a693c314b29b8e92968eef55da9a
Related: OS#6535
---
M configure.ac
M contrib/jenkins.sh
M debian/control
3 files changed, 0 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/92/37792/1
diff --git a/configure.ac b/configure.ac
index 7e318aa..5286d2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,6 @@
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.8.0)
PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.12.0)

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 321beef..6d83682 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -33,7 +33,6 @@
export PATH="$inst/bin:$PATH"

osmo-build-dep.sh libosmo-abis
-osmo-build-dep.sh libosmo-netif
osmo-build-dep.sh osmo-ggsn
osmo-build-dep.sh osmo-hlr

diff --git a/debian/control b/debian/control
index c9c224b..a5c0c6e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@
libgtp-dev (>= 1.12.0),
libosmocore-dev (>= 1.10.0),
libosmo-abis-dev (>= 1.6.0),
- libosmo-netif-dev (>= 1.5.0),
libosmo-gsup-client-dev (>= 1.8.0),
libasn1c-dev (>= 0.9.30),
libosmo-ranap-dev (>= 1.6.0),

To view, visit change 37792. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Ia3395fd335d3a693c314b29b8e92968eef55da9a
Gerrit-Change-Number: 37792
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>