summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2016-09-01 23:32:33 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-11 09:11:22 +0200
commit11178d122cc019d7b22c251993df87238a69c43b (patch)
tree333f73b098d7e9b4b7b9f7811c3ed4033835800d
parent83bb725fd93f1c034765eb96606863169bf8fa4d (diff)
downloadmeta-openembedded-11178d122cc019d7b22c251993df87238a69c43b.tar.gz
openjpeg: uprev from 2.1.0 to 2.1.1
As the package maintainer said, this is mostly a release with: "the huge amount of critical bug fixes brought to the library since 2 years" The full list of bugs fixed and other changes is here: https://github.com/uclouvain/openjpeg/blob/openjpeg-2.1/CHANGELOG.md The homepage link was broken so that was fixed. The project also moved to github and does not appear to provide tarballs other than via github archives so the SRC_URI was updated. An explicit dependency on zlib was added even though cmake was finding the sysroot version. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.1.bb (renamed from meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.1.bb
index d28a865d2..d767adcd0 100644
--- a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
+++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.1.bb
@@ -1,16 +1,16 @@
1DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec" 1DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
2HOMEPAGE = "http://www.openjpeg.org/index.php?menu=main" 2HOMEPAGE = "http://www.openjpeg.org"
3 3
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
6 6
7SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}.mirror/${PV}/${BPN}-${PV}.tar.gz" 7SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz"
8SRC_URI[md5sum] = "f6419fcc233df84f9a81eb36633c6db6" 8SRC_URI[md5sum] = "0cc4b2aee0a9b6e9e21b7abcd201a3ec"
9SRC_URI[sha256sum] = "1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03" 9SRC_URI[sha256sum] = "82c27f47fc7219e2ed5537ac69545bf15ed8c6ba8e6e1e529f89f7356506dbaa"
10 10
11inherit cmake 11inherit cmake
12 12
13DEPENDS = "libpng tiff lcms" 13DEPENDS = "libpng tiff lcms zlib"
14 14
15# standard path for *.cmake 15# standard path for *.cmake
16EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake \ 16EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake \