diff options
-rw-r--r-- | meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb new file mode 100644 index 0000000000..9f6dd5742a --- /dev/null +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec" | ||
2 | HOMEPAGE = "http://www.openjpeg.org/index.php?menu=main" | ||
3 | |||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}.mirror/${PV}/${BPN}-${PV}.tar.gz" | ||
8 | SRC_URI[md5sum] = "f6419fcc233df84f9a81eb36633c6db6" | ||
9 | SRC_URI[sha256sum] = "1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03" | ||
10 | |||
11 | inherit cmake | ||
12 | |||
13 | DEPENDS = "libpng tiff lcms" | ||
14 | |||
15 | # standard path for *.cmake | ||
16 | EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake" | ||
17 | |||
18 | FILES_${PN}-dev += "${libdir}/cmake/*.cmake" | ||