summaryrefslogtreecommitdiff
path: root/c-ares
diff options
context:
space:
mode:
Diffstat (limited to 'c-ares')
-rw-r--r--c-ares/c-ares_1.1.0.oe7
1 files changed, 7 insertions, 0 deletions
diff --git a/c-ares/c-ares_1.1.0.oe b/c-ares/c-ares_1.1.0.oe
index e69de29bb2..917f03a0c9 100644
--- a/c-ares/c-ares_1.1.0.oe
+++ b/c-ares/c-ares_1.1.0.oe
@@ -0,0 +1,7 @@
+DESCRIPTION = "c-ares is a C library that resolves names asynchronously."
+DEPENDS = "virtual/libc"
+
+SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz"
+S = "${WORKDIR}/c-ares-${PV}"
+
+inherit autotools