osmith submitted this change.

View Change


Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
osmo-depcheck: add osmo-e1d provided libraries

Change-Id: I3350049d4a944f03fd14594578cd437c474aec4d
---
M scripts/osmo-depcheck/config.py
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/scripts/osmo-depcheck/config.py b/scripts/osmo-depcheck/config.py
index e01fffe..708c0ac 100644
--- a/scripts/osmo-depcheck/config.py
+++ b/scripts/osmo-depcheck/config.py
@@ -43,4 +43,6 @@
"osmo-hlr": ("libosmo-gsup-client"),
"osmo-iuh": ("libosmo-ranap"),
"osmo-mgw": ("libosmo-mgcp-client",
- "libosmo-legacy-mgcp")}
+ "libosmo-legacy-mgcp"),
+ "osmo-e1d": ("libosmo-e1d",
+ "libosmo-octoi")}

To view, visit change 37632. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I3350049d4a944f03fd14594578cd437c474aec4d
Gerrit-Change-Number: 37632
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged