From 9707426b830433477c1a7990d07f77ad6ef0cc9e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 17 Apr 2026 14:09:31 -0700 Subject: liboauth2: Add knob for code coverage Keep the knob disabled by default, as it will need c runtime to provide profiling runtime, which is not compiled into compiler-rt by default. So it ends up with build failures e.g. | aarch64-yoe-linux-ld.lld: error: cannot open /mnt/b/yoe/master/kas-build/tmp/work/cortexa72-yoe-linux/liboauth2/2.2.0/recipe-sysroot/usr/lib/clang/22.1.3/lib/aarch64-yoe-linux/libclang_rt.profile.a: No such file or directory | aarch64-yoe-linux-clang: error: linker command failed with exit code 1 (use -v to see invocation) Signed-off-by: Khem Raj --- meta-oe/recipes-support/liboauth2/liboauth2_2.2.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/liboauth2/liboauth2_2.2.0.bb') diff --git a/meta-oe/recipes-support/liboauth2/liboauth2_2.2.0.bb b/meta-oe/recipes-support/liboauth2/liboauth2_2.2.0.bb index 5b1ecd23dd..83825c69a5 100644 --- a/meta-oe/recipes-support/liboauth2/liboauth2_2.2.0.bb +++ b/meta-oe/recipes-support/liboauth2/liboauth2_2.2.0.bb @@ -7,6 +7,7 @@ SRC_URI = " \ git://github.com/OpenIDC/liboauth2;protocol=https;branch=master;tag=v${PV} \ file://0001-fix-clang-curl_easy_setopt-takes-a-long-not-an-int.patch \ file://0002-Fix-use-of-strchr-with-new-GCC.patch \ + file://0001-build-guard-coverage-linker-flag-behind-CODE_COVERAG.patch \ " SRCREV = "12571b6d6568c2db7d5f080f60ecb55795c0db19" @@ -20,4 +21,4 @@ PACKAGECONFIG[memcache] = "--with-memcache,--without-memcache,libmemcached" PACKAGECONFIG[redis] = "--with-redis,--without-redis,hiredis" PACKAGECONFIG[jq] = "--with-jq,--without-jq,jq" PACKAGECONFIG[apache] = "--with-apache,--without-apache,apache2" - +PACKAGECONFIG[ccov] = "--enable-code-coverage,--disable-code-coverage," -- cgit v1.2.3-54-g00ecf