systemd: Enable pam if present in DISTRO_FEATURES
[openembedded.git] / recipes / c-ares / c-ares_1.5.3.bb
blob2a7d0ffb837a6e90ca09ea1a80f6a23e863fbd4d
1 DESCRIPTION = "c-ares is a C library that resolves names asynchronously."
2 HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/"
3 SECTION = "libs"
4 SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz \
5 file://0001-fix-configure.ac.patch \
7 LICENSE = "MIT"
8 S = "${WORKDIR}/c-ares-${PV}"
9 PR = "r1"
11 inherit autotools
13 EXTRA_OECONF = "--enable-shared"
15 do_stage() {
16 oe_libinstall -C .libs -a -so libcares ${STAGING_LIBDIR}
17 install -d ${STAGING_INCDIR}/ares
18 install -m 0644 ares*.h ${STAGING_INCDIR}/ares/
22 SRC_URI[md5sum] = "ec202543a8cb86647f52e1ed4b5c0b37"
23 SRC_URI[sha256sum] = "3037156096ea9fee7c40c771207ab8f21b862cb38b6ca62cc0ac464223f9b643"