aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-12-09 08:04:51 +0100
committerHarald Welte <laforge@osmocom.org>2021-12-09 08:05:58 +0100
commit155c23750459b38a4df835cf2cac040d948cb626 (patch)
treee0a978113d0b70aa2b1568323a6144860c2836d6
parent61b4aad46f2945b5232790bd257ab6960696ff3e (diff)
host: Upgrade libosmocore dependency to 1.4.0
1.4.0 contains the most recent changes to libosmousb, so let's use that as a minimum basis. Change-Id: Ia44377cd6a8d7998c6995a3f89adb22cdc675601
-rw-r--r--debian/control2
-rw-r--r--host/configure.ac6
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index cbe9f75..16e6af5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
pkg-config,
git,
dh-autoreconf,
- libosmocore-dev,
+ libosmocore-dev (>= 1.4.0),
libpcsclite-dev,
libnewlib-arm-none-eabi,
libusb-1.0-0-dev,
diff --git a/host/configure.ac b/host/configure.ac
index 2e4dcf7..8ba9930 100644
--- a/host/configure.ac
+++ b/host/configure.ac
@@ -56,9 +56,9 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([char foo;])],
CFLAGS="$saved_CFLAGS"
AC_SUBST(SYMBOL_VISIBILITY)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOSIM, libosmosim >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 0.0.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOSIM, libosmosim >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.4.0)
PKG_CHECK_MODULES(LIBUSB, libusb-1.0)
AC_ARG_ENABLE(sanitize,