| Message ID | 20251127131932.1256234-1-leon.anavi@konsulko.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-oe,1/2] qpdf: Add native and nativesdk to BBCLASSEXTEND | expand |
diff --git a/meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb index 8ed993aa78..663c60affe 100644 --- a/meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb +++ b/meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb @@ -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"
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> --- meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb | 2 ++ 1 file changed, 2 insertions(+)