summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb')
-rw-r--r--meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb
new file mode 100644
index 0000000000..d437529dc4
--- /dev/null
+++ b/meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb
@@ -0,0 +1,26 @@
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
8PV = "1.15.0+gitr${SRCPV}"
9
10SRC_URI = "\
11 git://github.com/c-ares/c-ares.git \
12 file://cmake-install-libcares.pc.patch \
13"
14SRCREV = "e982924acee7f7313b4baa4ee5ec000c5e373c30"
15
16UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)"
17
18S = "${WORKDIR}/git"
19
20inherit cmake pkgconfig
21
22PACKAGES =+ "${PN}-utils"
23
24FILES_${PN}-utils = "${bindir}"
25
26BBCLASSEXTEND = "native nativesdk"