qpdf: Add native and nativesdk to BBCLASSEXTEND

Add native and nativesdk to BBCLASSEXTEND because python3-pikepdf
requires nativesdk-qpdf.

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:31 +02:00
committed by Khem Raj
parent 9245fda941
commit fa702ab398

View File

@@ -28,3 +28,5 @@ do_install:append() {
# Change the fully defined path on the target
sed -i -e 's|${STAGING_LIBDIR}|${libdir}|g' ${D}${libdir}/cmake/${BPN}/libqpdfTargets.cmake
}
BBCLASSEXTEND = "native nativesdk"