diff options
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.bb | 26 |
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. | ||
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.15.0+gitr${SRCPV}" | ||
9 | |||
10 | SRC_URI = "\ | ||
11 | git://github.com/c-ares/c-ares.git \ | ||
12 | file://cmake-install-libcares.pc.patch \ | ||
13 | " | ||
14 | SRCREV = "e982924acee7f7313b4baa4ee5ec000c5e373c30" | ||
15 | |||
16 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit cmake pkgconfig | ||
21 | |||
22 | PACKAGES =+ "${PN}-utils" | ||
23 | |||
24 | FILES_${PN}-utils = "${bindir}" | ||
25 | |||
26 | BBCLASSEXTEND = "native nativesdk" | ||