diff mbox series

libgit: Add nativesdk variant

Message ID 20260731094706.609988-1-richard.purdie@linuxfoundation.org
State Under Review
Headers show
Series libgit: Add nativesdk variant | expand

Commit Message

Richard Purdie July 31, 2026, 9:47 a.m. UTC
There are cargo/rust components using this rather than inbuilt copies of the code
so add this variant.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-support/libgit2/libgit2_1.9.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/libgit2/libgit2_1.9.4.bb b/meta/recipes-support/libgit2/libgit2_1.9.4.bb
index 7310dda66dd..999ad6b05c8 100644
--- a/meta/recipes-support/libgit2/libgit2_1.9.4.bb
+++ b/meta/recipes-support/libgit2/libgit2_1.9.4.bb
@@ -18,4 +18,4 @@  EXTRA_OECMAKE = "\
     -DREGEX_BACKEND='pcre2' \
 "
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"