python-tornado: add patch to fix crasher

socket.gaierror: [Errno 3] invalid value for ai_flags.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-02 11:32:35 +01:00
parent e2b5b7e246
commit 02147ad225
2 changed files with 36 additions and 2 deletions

View File

@@ -3,9 +3,11 @@ LICENSE = "Apache"
LIC_FILES_CHKSUM = "file://README;md5=e7fb9954003d7cd93322ccf282210d1c"
PV = "2.1.1"
PR = "r2"
PR = "r3"
SRCREV = "066a0c38fb819419b8422980b61a0fd2f6ee4739"
SRC_URI = "git://github.com/facebook/tornado.git"
SRC_URI = "git://github.com/facebook/tornado.git \
file://0001-disable-AI_ADDRCONFIG-flag.patch \
"
S = "${WORKDIR}/git"