mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
692a502d4a
Upgrading fixes CVE-2018-21010 and incorporates other bug fixes from upstream. The source upgrade to 2.3.1 changed the way include directories are identified, so the patch 0001-Ensure-cmake-files-are-installed-at-common-location.patch is no longer needed to help poppler find cmake files. The contents of /usr/lib/openjpeg-2.3 were added to the FILES list since poppler needs them to build. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
597 B
BlitzBasic
21 lines
597 B
BlitzBasic
DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
|
|
HOMEPAGE = "http://www.openjpeg.org"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
|
|
|
|
DEPENDS = "libpng tiff lcms zlib"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/uclouvain/openjpeg.git \
|
|
file://0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \
|
|
"
|
|
SRCREV = "57096325457f96d8cd07bd3af04fe81d7a2ba788"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
# for multilib
|
|
EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_LIB_DIR=${@d.getVar('baselib').replace('/', '')}"
|
|
|
|
FILES_${PN} += "${libdir}/openjpeg*"
|