summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* openjpeg: rename the download fileJackie Huang2016-11-291-1/+1
| | | | | | | | | Rename the download file to avoid collisions in DL_DIR. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit d0fa502a22424bf057377d15776fb155c1a41b3b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* openjpeg: uprev from 2.1.0 to 2.1.1Randy MacLeod2016-09-111-0/+19
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>