diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2018-08-22 00:57:54 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-21 16:20:36 -0700 |
| commit | 67f7fe586bfc3270b8bc03f7c2cbed8877055119 (patch) | |
| tree | dca0341c4c68b04651c1489b99d4cf6445e110c4 /meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb | |
| parent | 6df12bef90af527af6b297ae6db33df144ddf4d9 (diff) | |
| download | meta-openembedded-67f7fe586bfc3270b8bc03f7c2cbed8877055119.tar.gz | |
openjpeg: upgrade 2.2.0 -> 2.3.0
* fetch by git to avoid github checksum surprises
* 0001-bmp_read_info_header-reject-bmp-files-with-biBitCoun.patch was applied upstream
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb new file mode 100644 index 0000000000..d5d06206d8 --- /dev/null +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec" | ||
| 2 | HOMEPAGE = "http://www.openjpeg.org" | ||
| 3 | LICENSE = "BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" | ||
| 5 | |||
| 6 | DEPENDS = "libpng tiff lcms zlib" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/uclouvain/openjpeg.git" | ||
| 9 | SRCREV = "081de4b15f54cb4482035b7bf5e3fb443e4bc84b" | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit cmake | ||
| 13 | |||
| 14 | # standard path for *.cmake | ||
| 15 | EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake \ | ||
| 16 | -DOPENJPEG_INSTALL_LIB_DIR:PATH=${libdir}" | ||
