From bbbdd3acbc438cf652ee0cde8061189e52b0ae04 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 4 Mar 2012 10:13:25 +0100 Subject: python-tornado: update to the 2.2 release Signed-off-by: Koen Kooi --- .../python/python-tornado/0001-disable-AI_ADDRCONFIG-flag.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/python/python-tornado/0001-disable-AI_ADDRCONFIG-flag.patch') diff --git a/meta-oe/recipes-devtools/python/python-tornado/0001-disable-AI_ADDRCONFIG-flag.patch b/meta-oe/recipes-devtools/python/python-tornado/0001-disable-AI_ADDRCONFIG-flag.patch index a3efbcaac8..3c3ec7c853 100644 --- a/meta-oe/recipes-devtools/python/python-tornado/0001-disable-AI_ADDRCONFIG-flag.patch +++ b/meta-oe/recipes-devtools/python/python-tornado/0001-disable-AI_ADDRCONFIG-flag.patch @@ -24,7 +24,7 @@ index cfff0ba..c181f24 100644 - # exist on some platforms (specifically WinXP, although - # newer versions of windows have it) - flags |= socket.AI_ADDRCONFIG - for res in socket.getaddrinfo(address, port, family, socket.SOCK_STREAM, + for res in set(socket.getaddrinfo(address, port, family, socket.SOCK_STREAM, 0, flags): af, socktype, proto, canonname, sockaddr = res -- -- cgit v1.2.3-54-g00ecf