1# Copyright (c) 2012-2014 LG Electronics, Inc. 2SUMMARY = "c-ares is a C library that resolves names asynchronously." 3HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" 4SECTION = "libs" 5LICENSE = "MIT" 6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" 7 8SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https \ 9 file://CVE-2022-4904.patch \ 10 " 11SRCREV = "2aa086f822aad5017a6f2061ef656f237a62d0ed" 12 13UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" 14 15S = "${WORKDIR}/git" 16 17inherit cmake pkgconfig 18 19PACKAGES =+ "${PN}-utils" 20 21FILES:${PN}-utils = "${bindir}" 22 23BBCLASSEXTEND = "native nativesdk" 24