summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-11-27 15:19:31 +0200
committerKhem Raj <raj.khem@gmail.com>2025-11-27 08:49:32 -0800
commitfa702ab3984417dd0d4370e44ed8d891cbf59b9b (patch)
treee5054822fad1cc2dfb941360e422d59c826cdb59
parent9245fda941a140931086f51c9701214843aa5aa9 (diff)
downloadmeta-openembedded-fa702ab3984417dd0d4370e44ed8d891cbf59b9b.tar.gz
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>
-rw-r--r--meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb2
1 files changed, 2 insertions, 0 deletions
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() {
28 # Change the fully defined path on the target 28 # Change the fully defined path on the target
29 sed -i -e 's|${STAGING_LIBDIR}|${libdir}|g' ${D}${libdir}/cmake/${BPN}/libqpdfTargets.cmake 29 sed -i -e 's|${STAGING_LIBDIR}|${libdir}|g' ${D}${libdir}/cmake/${BPN}/libqpdfTargets.cmake
30} 30}
31
32BBCLASSEXTEND = "native nativesdk"