diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-11-27 15:19:31 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-27 08:49:32 -0800 |
| commit | fa702ab3984417dd0d4370e44ed8d891cbf59b9b (patch) | |
| tree | e5054822fad1cc2dfb941360e422d59c826cdb59 | |
| parent | 9245fda941a140931086f51c9701214843aa5aa9 (diff) | |
| download | meta-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.bb | 2 |
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 | |||
| 32 | BBCLASSEXTEND = "native nativesdk" | ||
