diff mbox series

[master,scarthgap,5/5] composefs: add native target support

Message ID 20240509093126.503764-5-jose.quaresma@foundries.io
State Accepted
Headers show
Series [master,scarthgap,1/5] composefs: remove fuse3 dependencie | expand

Commit Message

Jose Quaresma May 9, 2024, 9:31 a.m. UTC
The next version of ostree v2024.6 will be available soon
and optional will require composefs-native.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 meta-oe/recipes-support/composefs/composefs_1.0.3.bb | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/composefs/composefs_1.0.3.bb b/meta-oe/recipes-support/composefs/composefs_1.0.3.bb
index 5d4fa9c31..38fc8d267 100644
--- a/meta-oe/recipes-support/composefs/composefs_1.0.3.bb
+++ b/meta-oe/recipes-support/composefs/composefs_1.0.3.bb
@@ -27,3 +27,7 @@  EXTRA_OECONF += " \
     --disable-man \
     --without-fuse \
 "
+
+LDFLAGS:append:class-native = " -pthread"
+
+BBCLASSEXTEND = "native"