32 lines
895 B
BlitzBasic
32 lines
895 B
BlitzBasic
|
# Copyright (c) 2012-2014 LG Electronics, Inc.
|
||
|
SUMMARY = "c-ares is a C library that resolves names asynchronously."
|
||
|
HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/"
|
||
|
SECTION = "libs"
|
||
|
LICENSE = "MIT"
|
||
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
|
||
|
|
||
|
SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https"
|
||
|
SRCREV = "2aa086f822aad5017a6f2061ef656f237a62d0ed"
|
||
|
|
||
|
#SRC_URI = "\
|
||
|
# https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_18_1.tar.gz \
|
||
|
# "
|
||
|
#
|
||
|
#SRC_URI[md5sum] = "a0ec0dd35fd6c06544333d250e21ab22"
|
||
|
#SRC_URI[sha256sum] = "414872549eec4e221b576693fdc9c9bce44ff794d0f1f06f2515b56a7f6ec9c9"
|
||
|
|
||
|
|
||
|
UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)"
|
||
|
|
||
|
S = "${WORKDIR}/git"
|
||
|
|
||
|
inherit cmake pkgconfig
|
||
|
|
||
|
PACKAGES =+ "${PN}-utils"
|
||
|
|
||
|
FILES_${PN}-utils = "${bindir}"
|
||
|
|
||
|
BBCLASSEXTEND = "native nativesdk"
|
||
|
|
||
|
INSANE_SKIP_${PN} += "installed-vs-shipped"
|