Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec" |
| 2 | HOMEPAGE = "http://www.openjpeg.org" |
Brad Bishop | 6a62e0e | 2019-10-21 08:11:42 -0400 | [diff] [blame] | 3 | LICENSE = "BSD-2-Clause" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" |
| 5 | |
| 6 | DEPENDS = "libpng tiff lcms zlib" |
| 7 | |
| 8 | SRC_URI = " \ |
| 9 | git://github.com/uclouvain/openjpeg.git \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 10 | file://0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \ |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 11 | file://0001-This-patch-fixed-include-dir-to-usr-include-.-Obviou.patch \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 12 | " |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 13 | SRCREV = "37ac30ceff6640bbab502388c5e0fa0bff23f505" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit cmake |
Brad Bishop | cdf4859 | 2019-02-04 08:30:59 -0500 | [diff] [blame] | 17 | |
| 18 | # for multilib |
| 19 | EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_LIB_DIR=${@d.getVar('baselib').replace('/', '')}" |
Brad Bishop | b809eb9 | 2019-09-18 06:27:43 -0400 | [diff] [blame] | 20 | |
| 21 | FILES_${PN} += "${libdir}/openjpeg*" |
Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame^] | 22 | |
| 23 | BBCLASSEXTEND = "native nativesdk" |