diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2018-10-03 21:24:49 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-10-04 08:52:54 -0700 |
| commit | 9029f051de742aa95c2879fc990ece704ab85c26 (patch) | |
| tree | eaeb6854a27729dbe17aa776a4e8b4b93104f128 /meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb | |
| parent | 184c1366147b5e05db94283c767431d154bc7941 (diff) | |
| download | meta-openembedded-9029f051de742aa95c2879fc990ece704ab85c26.tar.gz | |
openjpeg: cmake fixes to prepare update of poppler
* Move *,cmake from ${libdir}/cmake to ${libdir}/cmake/<name-and-version>
That is standard location cmake files are installed.
* Do not export executables - they will not be found in dependant's sysroot
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb index d5d06206d8..c50d55e4b0 100644 --- a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.3.0.bb | |||
| @@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "libpng tiff lcms zlib" | 6 | DEPENDS = "libpng tiff lcms zlib" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/uclouvain/openjpeg.git" | 8 | SRC_URI = " \ |
| 9 | git://github.com/uclouvain/openjpeg.git \ | ||
| 10 | file://0001-Ensure-cmake-files-are-installed-at-common-location.patch \ | ||
| 11 | file://0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \ | ||
| 12 | " | ||
| 9 | SRCREV = "081de4b15f54cb4482035b7bf5e3fb443e4bc84b" | 13 | SRCREV = "081de4b15f54cb4482035b7bf5e3fb443e4bc84b" |
| 10 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 11 | 15 | ||
| 12 | inherit cmake | 16 | inherit cmake |
| 13 | |||
| 14 | # standard path for *.cmake | ||
| 15 | EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake \ | ||
| 16 | -DOPENJPEG_INSTALL_LIB_DIR:PATH=${libdir}" | ||
