fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39878?usp=email )
Change subject: deps: fix overriding recipe for target
'titan.ProtocolEmulations.SCCP'
......................................................................
deps: fix overriding recipe for target 'titan.ProtocolEmulations.SCCP'
This patch fixes the following warnings:
Makefile:188: warning: overriding recipe for target
'titan.ProtocolEmulations.SCCP'
Makefile:185: warning: ignoring old recipe for target
'titan.ProtocolEmulations.SCCP'
Makefile:188: warning: overriding recipe for target
'titan.ProtocolEmulations.SCCP/clean'
Makefile:185: warning: ignoring old recipe for target
'titan.ProtocolEmulations.SCCP/clean'
Makefile:188: warning: overriding recipe for target
'titan.ProtocolEmulations.SCCP/distclean'
Makefile:185: warning: ignoring old recipe for target
'titan.ProtocolEmulations.SCCP/distclean'
The problem is that 'titan.ProtocolEmulations.SCCP' is listed in
both ECLIPSEGITLAB_REPOS and OSMOGITHUB_REPOS.
Change-Id: Ia215f02fc08d66fb56e7e0e452b75d6e2f6c59c5
Fixes: 207ce0370 ("deps: Update titan.ProtocolEmulations.SCCP to upstream
master")
---
M deps/Makefile
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
laforge: Looks good to me, but someone else must approve
diff --git a/deps/Makefile b/deps/Makefile
index 9e0229f..0c5a033 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -65,7 +65,6 @@
OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
titan.TestPorts.MTP3asp \
- titan.ProtocolEmulations.SCCP \
titan.ProtocolModules.BSSGP_v13.0.0
OSMOGERRIT_REPOS= osmo-uecups
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39878?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia215f02fc08d66fb56e7e0e452b75d6e2f6c59c5
Gerrit-Change-Number: 39878
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>