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/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has submitted this change and it was merged.
Change subject: Remove unneeded dbi dependency
......................................................................
Remove unneeded dbi dependency
Most probably a leftover from openbsc git
Change-Id: I230564b6a6ad244ec6328a99a1c3dbd9bc5521ae
---
M debian/control
M tests/channel/Makefile.am
M tests/gsm0408/Makefile.am
M tests/nanobts_omlattr/Makefile.am
M tests/trau/Makefile.am
5 files changed, 0 insertions(+), 6 deletions(-)
Approvals:
Max: Looks good to me, but someone else must approve
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/debian/control b/debian/control
index e6e5724..f931341 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@
libtool,
pkg-config,
python-minimal,
- libdbi-dev,
libssl-dev,
libsctp-dev,
libtalloc-dev,
diff --git a/tests/channel/Makefile.am b/tests/channel/Makefile.am
index d190cba..395daf7 100644
--- a/tests/channel/Makefile.am
+++ b/tests/channel/Makefile.am
@@ -30,5 +30,4 @@
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBCRYPTO_LIBS) \
- -ldbi \
$(NULL)
diff --git a/tests/gsm0408/Makefile.am b/tests/gsm0408/Makefile.am
index ae81c2c..3bf4a22 100644
--- a/tests/gsm0408/Makefile.am
+++ b/tests/gsm0408/Makefile.am
@@ -30,5 +30,4 @@
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOABIS_LIBS) \
- -ldbi \
$(NULL)
diff --git a/tests/nanobts_omlattr/Makefile.am b/tests/nanobts_omlattr/Makefile.am
index 050d7cd..8b5e116 100644
--- a/tests/nanobts_omlattr/Makefile.am
+++ b/tests/nanobts_omlattr/Makefile.am
@@ -29,5 +29,4 @@
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOABIS_LIBS) \
- -ldbi \
$(NULL)
diff --git a/tests/trau/Makefile.am b/tests/trau/Makefile.am
index 1d014ba..b51c184 100644
--- a/tests/trau/Makefile.am
+++ b/tests/trau/Makefile.am
@@ -40,6 +40,4 @@
$(LIBSMPP34_LIBS) \
$(LIBOSMOVTY_LIBS) \
$(LIBRARY_DL) \
- -ldbi \
$(NULL)
-
--
To view, visit https://gerrit.osmocom.org/4070
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I230564b6a6ad244ec6328a99a1c3dbd9bc5521ae
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>