Change in ...osmo-bts[master]: configure.ac: Require libosmocore 1.2.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/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Aug 7 14:02:01 UTC 2019


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/15101


Change subject: configure.ac: Require libosmocore 1.2.0
......................................................................

configure.ac: Require libosmocore 1.2.0

Some commits started using libosmocore APIs
osmo_gsm48_rest_octets_si3_encode() and lapdm_channel_init2(), which are
only available in latest libosmocore release 1.2.0. Let's update
configure.ac accordingly.

Fixes: 1e96e31c106aed9192ed9ea78ff1a711464390d7
Fixes: 46d62b984a10b3966d8a0d0a435d4efab0e9c500
Change-Id: If84c53d8192e8db98eb9439b898d83e94c5e5476
---
M configure.ac
1 file changed, 6 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/01/15101/1

diff --git a/configure.ac b/configure.ac
index 15c4259..b70d934 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,12 +62,12 @@
 fi
 
 dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore  >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore  >= 1.2.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.2.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.2.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.2.0)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.2.0)
+PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.2.0)
 PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.6.0)
 PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 0.6.0)
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: If84c53d8192e8db98eb9439b898d83e94c5e5476
Gerrit-Change-Number: 15101
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190807/a7db655e/attachment.htm>


More information about the gerrit-log mailing list