Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [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=fdbc58a6da11a9f68aa73c453818decc" |
| 7 | |
| 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https" |
| 9 | SRCREV = "36466bb240661fa8fdc2ffa47d229d92ac762286" |
| 10 | |
| 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |
| 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit cmake pkgconfig |
| 16 | |
| 17 | PACKAGES =+ "${PN}-utils" |
| 18 | |
| 19 | FILES:${PN}-utils = "${bindir}" |
| 20 | |
| 21 | BBCLASSEXTEND = "native nativesdk" |