pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39088?usp=email )
Change subject: Drop unneeded dependency libosmo-abis
......................................................................
Drop unneeded dependency libosmo-abis
We don't really use this lib anywhere in this project, so drop
references to it.
Change-Id: I9012407ff801eaaf2c003990db014ba3c957325c
---
M contrib/jenkins.sh
M debian/control
M src/osmo-hnbgw/Makefile.am
3 files changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/88/39088/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 78a8bb9..a228779 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -35,7 +35,6 @@
osmo-build-dep.sh libosmocore "" --disable-doxygen
osmo-build-dep.sh libosmo-netif "" --disable-doxygen
-osmo-build-dep.sh libosmo-abis
osmo-build-dep.sh libosmo-sigtran
osmo-build-dep.sh libasn1c
osmo-build-dep.sh osmo-iuh
diff --git a/debian/control b/debian/control
index 90ffbc7..da31f76 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@
libsctp-dev,
libosmocore-dev (>= 1.10.0),
libosmo-sigtran-dev (>= 1.9.0),
- libosmo-abis-dev (>= 1.6.0),
libosmo-netif-dev (>= 1.5.0),
libosmo-mgcp-client-dev (>= 1.13.0),
libosmo-hnbap-dev (>= 1.6.0),
diff --git a/src/osmo-hnbgw/Makefile.am b/src/osmo-hnbgw/Makefile.am
index dc6a9a4..41edcaa 100644
--- a/src/osmo-hnbgw/Makefile.am
+++ b/src/osmo-hnbgw/Makefile.am
@@ -13,8 +13,6 @@
$(LIBOSMOCTRL_CFLAGS) \
$(LIBOSMONETIF_CFLAGS) \
$(COVERAGE_CFLAGS) \
- $(LIBOSMOABIS_CFLAGS) \
- $(LIBOSMOTRAU_CFLAGS) \
$(LIBOSMOSIGTRAN_CFLAGS) \
$(LIBOSMORUA_CFLAGS) \
$(LIBOSMORANAP_CFLAGS) \
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39088?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I9012407ff801eaaf2c003990db014ba3c957325c
Gerrit-Change-Number: 39088
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>