Change in docker-playground[master]: osmo-pcap-master: doesn't need libosmo-netif

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/.

osmith gerrit-no-reply at lists.osmocom.org
Mon Dec 13 12:06:59 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/26498 )

Change subject: osmo-pcap-master: doesn't need libosmo-netif
......................................................................

osmo-pcap-master: doesn't need libosmo-netif

Don't attempt to install libosmo-netif in this Dockerfile. I've noticed
this because we want to build osmo-pcap for CentOS7 with this container
to run the TTCN-3 tests, and we don't have libosmo-netif for CentOS7.

Add pkgconfig(libosmogb), which is required to build osmo-pcap
according to configure.ac. In Debian, this gets installed as part of
libosmocore-dev.

Related: SYS#5754
Change-Id: I9c3a3b43ee7c25c06042f3303b9edb4005e7db31
---
M osmo-pcap-master/Dockerfile
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve
  pespin: Looks good to me, but someone else must approve
  osmith: Verified



diff --git a/osmo-pcap-master/Dockerfile b/osmo-pcap-master/Dockerfile
index a2b75c1..eeb210c 100644
--- a/osmo-pcap-master/Dockerfile
+++ b/osmo-pcap-master/Dockerfile
@@ -9,16 +9,15 @@
 		apt-get update && \
 		apt-get install -y --no-install-recommends \
 			libosmocore-dev \
-			libosmo-netif-dev \
 			libzmq3-dev \
 			&& \
 		apt-get clean \
 		;; \
 	centos*) \
 		dnf install -y \
-			"pkgconfig(libosmo-netif)" \
 			"pkgconfig(libosmocore)" \
 			"pkgconfig(libosmoctrl)" \
+			"pkgconfig(libosmogb)" \
 			"pkgconfig(libosmogsm)" \
 			"pkgconfig(libosmovty)" \
 			"pkgconfig(libzmq)" \

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26498
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I9c3a3b43ee7c25c06042f3303b9edb4005e7db31
Gerrit-Change-Number: 26498
Gerrit-PatchSet: 4
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211213/819cfb24/attachment.htm>


More information about the gerrit-log mailing list