mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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:
parent
9245fda941
commit
fa702ab398
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user