blob: c50d55e4b0e5cf5acd567b8d4922d70a81f4439d [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
2HOMEPAGE = "http://www.openjpeg.org"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
5
6DEPENDS = "libpng tiff lcms zlib"
7
8SRC_URI = " \
9 git://github.com/uclouvain/openjpeg.git \
10 file://0001-Ensure-cmake-files-are-installed-at-common-location.patch \
11 file://0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \
12"
13SRCREV = "081de4b15f54cb4482035b7bf5e3fb443e4bc84b"
14S = "${WORKDIR}/git"
15
16inherit cmake