aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/c-ares/c-ares
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2023-12-20 20:55:18 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-21 08:00:40 -0800
commit0fbbc0b1cce405ec6e005d8585627b503a140a6a (patch)
treeebd1ddeae4f5603761ca92692556fba08efabb5e /meta-oe/recipes-support/c-ares/c-ares
parent668ba95ea7d1d5a9ea37e2a725f152eaf5eebd94 (diff)
downloadmeta-openembedded-contrib-0fbbc0b1cce405ec6e005d8585627b503a140a6a.tar.gz
c-ares: Move to tarballs, add ptest and static support
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/c-ares/c-ares')
-rw-r--r--meta-oe/recipes-support/c-ares/c-ares/run-ptest7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares/run-ptest b/meta-oe/recipes-support/c-ares/c-ares/run-ptest
new file mode 100644
index 0000000000..15971dec05
--- /dev/null
+++ b/meta-oe/recipes-support/c-ares/c-ares/run-ptest
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if ./arestest; then
+ echo "PASS: c-ares"
+else
+ echo "FAIL: c-ares"
+fi