mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
openjpeg: variable cleanup
Reorder recipe variables according to: https://www.openembedded.org/wiki/Styleguide Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
|
DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
|
||||||
HOMEPAGE = "http://www.openjpeg.org"
|
HOMEPAGE = "http://www.openjpeg.org"
|
||||||
|
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
|
||||||
|
|
||||||
|
DEPENDS = "libpng tiff lcms zlib"
|
||||||
|
|
||||||
SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
|
SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
|
||||||
file://0001-bmp_read_info_header-reject-bmp-files-with-biBitCoun.patch \
|
file://0001-bmp_read_info_header-reject-bmp-files-with-biBitCoun.patch \
|
||||||
"
|
"
|
||||||
@@ -12,8 +13,6 @@ SRC_URI[sha256sum] = "6fddbce5a618e910e03ad00d66e7fcd09cc6ee307ce69932666d54c73b
|
|||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
DEPENDS = "libpng tiff lcms zlib"
|
|
||||||
|
|
||||||
# standard path for *.cmake
|
# standard path for *.cmake
|
||||||
EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake \
|
EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake \
|
||||||
-DOPENJPEG_INSTALL_LIB_DIR:PATH=${libdir}"
|
-DOPENJPEG_INSTALL_LIB_DIR:PATH=${libdir}"
|
||||||
|
|||||||
Reference in New Issue
Block a user