mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Add nativesdk to BBCLASSEXTEND because python3-pillow requires nativesdk-openjpeg. 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>
21 lines
661 B
BlitzBasic
21 lines
661 B
BlitzBasic
DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
|
|
HOMEPAGE = "http://www.openjpeg.org"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
|
|
|
|
DEPENDS = "libpng tiff lcms zlib"
|
|
|
|
SRC_URI = "git://github.com/uclouvain/openjpeg.git;branch=master;protocol=https \
|
|
file://0001-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \
|
|
"
|
|
SRCREV = "6c4a29b00211eb0430fa0e5e890f1ce5c80f409f"
|
|
|
|
inherit cmake
|
|
|
|
# for multilib
|
|
EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_LIB_DIR=${@d.getVar('baselib').replace('/', '')}"
|
|
|
|
FILES:${PN} += "${libdir}/openjpeg*"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|