diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-11-12 21:43:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-12 09:38:58 -0800 |
| commit | 99dbf4cfbdd55e4fec5f1163bfa2ab32eb6ce1e5 (patch) | |
| tree | 387c19ddbeafc48f136eee329048be94430635cb /meta-oe/recipes-support/c-ares | |
| parent | 82371d6b245eceb9bb264f0c2f7772f4ef23bbea (diff) | |
| download | meta-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.bb | 2 |
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)}" | |||
| 14 | PACKAGECONFIG[manpages] = "" | 14 | PACKAGECONFIG[manpages] = "" |
| 15 | PACKAGECONFIG[tests] = "-DCARES_BUILD_TESTS=ON,-DCARES_BUILD_TESTS=OFF,googletest" | 15 | PACKAGECONFIG[tests] = "-DCARES_BUILD_TESTS=ON,-DCARES_BUILD_TESTS=OFF,googletest" |
| 16 | 16 | ||
| 17 | inherit cmake manpages pkgconfig ptest | 17 | inherit cmake manpages pkgconfig ptest github-releases |
| 18 | 18 | ||
| 19 | EXTRA_OECMAKE = "-DCARES_STATIC=${@ 'ON' if d.getVar('DISABLE_STATIC') == '' else 'OFF' }" | 19 | EXTRA_OECMAKE = "-DCARES_STATIC=${@ 'ON' if d.getVar('DISABLE_STATIC') == '' else 'OFF' }" |
| 20 | 20 | ||
