diff options
| -rw-r--r-- | meta-oe/recipes-graphics/jasper/jasper_4.2.4.bb (renamed from meta-oe/recipes-graphics/jasper/jasper_4.1.1.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/jasper/jasper_4.1.1.bb b/meta-oe/recipes-graphics/jasper/jasper_4.2.4.bb index 5281980ecb..4796a85190 100644 --- a/meta-oe/recipes-graphics/jasper/jasper_4.1.1.bb +++ b/meta-oe/recipes-graphics/jasper/jasper_4.2.4.bb | |||
| @@ -3,13 +3,11 @@ HOMEPAGE = "https://jasper-software.github.io/jasper/" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a80440d1d8f17d041c71c7271d6e06eb" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a80440d1d8f17d041c71c7271d6e06eb" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/jasper-software/jasper.git;protocol=https;branch=master" | 6 | SRC_URI = "https://github.com/jasper-software/${BPN}/releases/download/version-${PV}/${BP}.tar.gz" |
| 7 | SRCREV = "917f7708b755d8434f70618108c1a76f1b6a0a82" | 7 | SRC_URI[sha256sum] = "6a597613d8d84c500b5b83bf0eec06cd3707c23d19957f70354ac2394c9914e7" |
| 8 | 8 | ||
| 9 | CVE_STATUS[CVE-2015-8751] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." | 9 | CVE_STATUS[CVE-2015-8751] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit cmake multilib_header | 11 | inherit cmake multilib_header |
| 14 | 12 | ||
| 15 | do_configure:prepend() { | 13 | do_configure:prepend() { |
| @@ -31,4 +29,3 @@ do_install:append() { | |||
| 31 | chrpath -d ${D}${libdir}/libjasper.so.* | 29 | chrpath -d ${D}${libdir}/libjasper.so.* |
| 32 | oe_multilib_header jasper/jas_config.h | 30 | oe_multilib_header jasper/jas_config.h |
| 33 | } | 31 | } |
| 34 | |||
