blob: 6962afd36c06e9e3b8257c1ef7ad26596c1d47eb (
plain)
1
2
3
4
5
6
|
DESCRIPTION = "c-ares is a C library that resolves names asynchronously."
SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz"
S = "${WORKDIR}/c-ares-${PV}"
inherit autotools
|