beremiz
Clone
Summary
Browse
Changes
Graph
fix pyZeroconf bug where getServiceInfo returns None.
cherry-pick
2009-08-12, b taylor
a7f26d9f214f
file is
Executable
fix pyZeroconf bug where getServiceInfo returns None.
This allows the discovery window to work with targets using Avahi to advertise their services.
(patch obtained from
)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]