From: Leon Anavi <[email protected]> Add native and nativesdk to BBCLASSEXTEND because python3-pikepdf requires nativesdk-qpdf.
This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit fa702ab3984417dd0d4370e44ed8d891cbf59b9b) Signed-off-by: Ankur Tyagi <[email protected]> --- meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122523): https://lists.openembedded.org/g/openembedded-devel/message/122523 Mute This Topic: https://lists.openembedded.org/mt/116711295/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
