summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/c-ares
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-12 21:43:50 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-12 09:38:58 -0800
commit99dbf4cfbdd55e4fec5f1163bfa2ab32eb6ce1e5 (patch)
tree387c19ddbeafc48f136eee329048be94430635cb /meta-oe/recipes-support/c-ares
parent82371d6b245eceb9bb264f0c2f7772f4ef23bbea (diff)
downloadmeta-openembedded-99dbf4cfbdd55e4fec5f1163bfa2ab32eb6ce1e5.tar.gz
c-ares: inherit github-releases class
Inherit github-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version c-ares INFO: Current version: 1.34.5 INFO: Latest version: After the patch: $ devtool latest-version c-ares INFO: Current version: 1.34.5 INFO: Latest version: 1.34.5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/c-ares')
-rw-r--r--meta-oe/recipes-support/c-ares/c-ares_1.34.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.34.5.bb b/meta-oe/recipes-support/c-ares/c-ares_1.34.5.bb
index 8204f25cdb..b434886311 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.34.5.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.34.5.bb
@@ -14,7 +14,7 @@ PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
14PACKAGECONFIG[manpages] = "" 14PACKAGECONFIG[manpages] = ""
15PACKAGECONFIG[tests] = "-DCARES_BUILD_TESTS=ON,-DCARES_BUILD_TESTS=OFF,googletest" 15PACKAGECONFIG[tests] = "-DCARES_BUILD_TESTS=ON,-DCARES_BUILD_TESTS=OFF,googletest"
16 16
17inherit cmake manpages pkgconfig ptest 17inherit cmake manpages pkgconfig ptest github-releases
18 18
19EXTRA_OECMAKE = "-DCARES_STATIC=${@ 'ON' if d.getVar('DISABLE_STATIC') == '' else 'OFF' }" 19EXTRA_OECMAKE = "-DCARES_STATIC=${@ 'ON' if d.getVar('DISABLE_STATIC') == '' else 'OFF' }"
20 20