Change in docker-playground[master]: osmo-pcu-master/Dockerfile: add missing libosmoctrl dependency

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

fixeria gerrit-no-reply at lists.osmocom.org
Mon Feb 1 13:43:07 UTC 2021


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

Change subject: osmo-pcu-master/Dockerfile: add missing libosmoctrl dependency
......................................................................

osmo-pcu-master/Dockerfile: add missing libosmoctrl dependency

Since Id35f40d05f3e081f32fddbf1fa34cb338db452ca, osmo-pcu also
depends on libosmoctrl.  Debian based images work just fine,
because they depend on libosmocore-dev, while for CentOS we
need to specify all sub-libraries explicitly.

Change-Id: I6cccb77432b2b8fcb9f90c5205f7f1fb9dc41910
---
M osmo-pcu-master/Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/osmo-pcu-master/Dockerfile b/osmo-pcu-master/Dockerfile
index 6a0a55d..0d07522 100644
--- a/osmo-pcu-master/Dockerfile
+++ b/osmo-pcu-master/Dockerfile
@@ -39,6 +39,7 @@
 			"pkgconfig(libosmogb)" \
 			"pkgconfig(libosmogsm)" \
 			"pkgconfig(libosmovty)" \
+			"pkgconfig(libosmoctrl)" \
 		;; \
 	esac
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6cccb77432b2b8fcb9f90c5205f7f1fb9dc41910
Gerrit-Change-Number: 22594
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
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/20210201/fbb39651/attachment.htm>


More information about the gerrit-log mailing list