Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | # Copyright (c) 2012-2014 LG Electronics, Inc. |
| 2 | SUMMARY = "c-ares is a C library that resolves names asynchronously." |
| 3 | HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" |
| 4 | SECTION = "libs" |
| 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" |
| 7 | |
| 8 | PV = "1.16.0+gitr${SRCPV}" |
| 9 | |
| 10 | SRC_URI = "\ |
| 11 | git://github.com/c-ares/c-ares.git \ |
| 12 | file://cmake-install-libcares.pc.patch \ |
| 13 | file://0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch \ |
| 14 | " |
| 15 | SRCREV = "077a587dccbe2f0d8a1987fbd3525333705c2249" |
| 16 | |
| 17 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |
| 18 | |
| 19 | S = "${WORKDIR}/git" |
| 20 | |
| 21 | inherit cmake pkgconfig |
| 22 | |
| 23 | PACKAGES =+ "${PN}-utils" |
| 24 | |
| 25 | FILES_${PN}-utils = "${bindir}" |
| 26 | |
| 27 | BBCLASSEXTEND = "native nativesdk" |