Change in osmo-bts[master]: Update dependency on libosmocore 1.4.0

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
Thu Aug 20 08:38:45 UTC 2020


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

Change subject: Update dependency on libosmocore 1.4.0
......................................................................

Update dependency on libosmocore 1.4.0

Latest code relied on features from libosmocore master (> 1.3.0). New
libosmocore release 1.4.0 is now available, so drop the TODO and update
it now, since we can already refer to it.

Change-Id: I992f7e6d5884e53eab8da839d8e77736f9d751c3
---
M TODO-RELEASE
M configure.ac
M debian/control
3 files changed, 7 insertions(+), 8 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/TODO-RELEASE b/TODO-RELEASE
index 72e4757..03c11eb 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,2 +1 @@
-* update libosmocore dependency to > 1.3.x for lapdm_channel_init3(), osmo_cpu_sched_vty_init()
 * update osmo-gsm-manuals dependency to > 0.3.0 for vty_cpu_sched.adoc include.
diff --git a/configure.ac b/configure.ac
index ef73b51..00810b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,12 +67,12 @@
 fi
 
 dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.3.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.3.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.3.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.3.0)
-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.3.0)
-PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.3.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.4.0)
 PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.6.0)
 PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 0.6.0)
 
diff --git a/debian/control b/debian/control
index a7559cd..8559400 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@
                dh-systemd (>= 1.5),
                autotools-dev,
                pkg-config,
-               libosmocore-dev,
+               libosmocore-dev (>= 1.4.0),
                libosmo-abis-dev,
                libgps-dev,
                txt2man,

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I992f7e6d5884e53eab8da839d8e77736f9d751c3
Gerrit-Change-Number: 19678
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200820/10fd9017/attachment.htm>


More information about the gerrit-log mailing list