diff mbox series

[meta-lts-mixins,scarthgap/rust,10/37] libgit: Add nativesdk variant

Message ID 8d06910dc82ca5c8ee337687e2aa702a1479eb0c.1789156653.git.scott.murray@konsulko.com
State New
Headers show
Series Update to 1.98.1 | expand

Commit Message

Scott Murray Sept. 11, 2026, 8:12 p.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

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>
(adapted from oe-core commit 015711096d4d685d92b952d593810ec23451e6cb)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-support/libgit2/libgit2_1.9.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/libgit2/libgit2_1.9.4.bb b/recipes-support/libgit2/libgit2_1.9.4.bb
index 900e078..f81cdaa 100644
--- a/recipes-support/libgit2/libgit2_1.9.4.bb
+++ b/recipes-support/libgit2/libgit2_1.9.4.bb
@@ -20,4 +20,4 @@  EXTRA_OECMAKE = "\
     -DREGEX_BACKEND='pcre2' \
 "
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"