neels has submitted this change. (
https://gerrit.osmocom.org/c/osmo-upf/+/28307 )
Change subject: add libgtpnl dependency
......................................................................
add libgtpnl dependency
Related: SYS#5599
Change-Id: I9928be6f62f5a89d98bdac63428f7a046c95c855
---
M configure.ac
M contrib/jenkins.sh
M contrib/osmo-upf.spec.in
M debian/control
4 files changed, 4 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
neels: Looks good to me, approved
diff --git a/configure.ac b/configure.ac
index fe41cc9..119aa6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,7 @@
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOGTLV, libosmo-gtlv >= 0.1.0)
PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.1.0)
+PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.2.0)
dnl checks for header files
AC_HEADER_STDC
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 0b5c457..253d0b8 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -31,6 +31,7 @@
osmo-build-dep.sh libosmocore "" --disable-doxygen
osmo-build-dep.sh libosmo-pfcp
+osmo-build-dep.sh libgtpnl
# Additional configure options and depends
CONFIG=""
diff --git a/contrib/osmo-upf.spec.in b/contrib/osmo-upf.spec.in
index 3ae6ac4..78e8aae 100644
--- a/contrib/osmo-upf.spec.in
+++ b/contrib/osmo-upf.spec.in
@@ -32,6 +32,7 @@
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
+BuildRequires: pkgconfig(libgtpnl) >= 1.2.0
BuildRequires: pkgconfig(libosmocore) >= 1.6.0
BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0
BuildRequires: pkgconfig(libosmovty) >= 1.6.0
diff --git a/debian/control b/debian/control
index 04b8224..cabcd19 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@
pkg-config,
python3-minimal,
libtalloc-dev,
+ libgtpnl-dev (>= 1.2.0),
libosmocore-dev (>= 1.6.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
null--
To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/28307
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I9928be6f62f5a89d98bdac63428f7a046c95c855
Gerrit-Change-Number: 28307
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged