diff options
-rw-r--r-- | meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb index f749d62342..22b75d9623 100644 --- a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec" | 1 | DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec" |
2 | HOMEPAGE = "http://www.openjpeg.org" | 2 | HOMEPAGE = "http://www.openjpeg.org" |
3 | |||
4 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" |
6 | 5 | ||
6 | DEPENDS = "libpng tiff lcms zlib" | ||
7 | |||
7 | SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ | 8 | SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ |
8 | file://0001-bmp_read_info_header-reject-bmp-files-with-biBitCoun.patch \ | 9 | file://0001-bmp_read_info_header-reject-bmp-files-with-biBitCoun.patch \ |
9 | " | 10 | " |
@@ -12,8 +13,6 @@ SRC_URI[sha256sum] = "6fddbce5a618e910e03ad00d66e7fcd09cc6ee307ce69932666d54c73b | |||
12 | 13 | ||
13 | inherit cmake | 14 | inherit cmake |
14 | 15 | ||
15 | DEPENDS = "libpng tiff lcms zlib" | ||
16 | |||
17 | # standard path for *.cmake | 16 | # standard path for *.cmake |
18 | EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake \ | 17 | EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake \ |
19 | -DOPENJPEG_INSTALL_LIB_DIR:PATH=${libdir}" | 18 | -DOPENJPEG_INSTALL_LIB_DIR:PATH=${libdir}" |