openjpeg: Add nativesdk to BBCLASSEXTEND

Add nativesdk to BBCLASSEXTEND because python3-pillow requires
nativesdk-openjpeg.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi 2025-11-27 15:19:32 +02:00 committed by Khem Raj
parent fa702ab398
commit 3c40f787eb
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -17,4 +17,4 @@ EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_LIB_DIR=${@d.getVar('baselib').replace('/',
FILES:${PN} += "${libdir}/openjpeg*"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"