From 53a06cd2f4542d8704ac7ad12f5d72a5d32b0bde Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 27 Jan 2018 13:34:25 +0100 Subject: deps: Switch back to upstream titan.TestPorts.UNIX_DOMAIN_SOCKETasp Upstream TITAN has merged our SOCK_SEQPACKET support, so there's no need for using our private repo anymore. Change-Id: Ib04d9a3095cf93609af07af0de0b701cba460f67 --- deps/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deps/Makefile b/deps/Makefile index 64f5c2c9..c4c21e35 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -21,7 +21,8 @@ ECLIPSEGIT_REPOS= titan.Libraries.TCCUsefulFunctions \ titan.TestPorts.SIPmsg \ titan.TestPorts.TCPasp \ titan.TestPorts.TELNETasp \ - titan.TestPorts.UDPasp + titan.TestPorts.UDPasp \ + titan.TestPorts.UNIX_DOMAIN_SOCKETasp ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \ titan.ProtocolModules.M2PA \ @@ -40,7 +41,7 @@ ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \ titan.ProtocolModules.NS_v7.3.0 \ titan.ProtocolModules.SNDCP_v7.0.0 -OSMOGITHUB_REPOS= titan.TestPorts.UNIX_DOMAIN_SOCKETasp +OSMOGITHUB_REPOS= ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS) -- cgit v1.2.3