composefs: add native target support

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jose Quaresma 2024-05-09 10:31:26 +01:00 committed by Khem Raj
parent 7efc8922b7
commit 850a893f20
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -27,3 +27,7 @@ EXTRA_OECONF += " \
--disable-man \
--without-fuse \
"
LDFLAGS:append:class-native = " -pthread"
BBCLASSEXTEND = "native"