summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-11 16:05:22 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-11 18:41:10 -0700
commita0db361b55dc14322ff9510b2c2a087c68c4aeb0 (patch)
tree1a19691f3319d2b9955ea3ea40255330ae6bae14
parent36f8eaea279df345fe09f9ca25007a1f108fe4ed (diff)
downloadmeta-openembedded-a0db361b55dc14322ff9510b2c2a087c68c4aeb0.tar.gz
jasper: Upgrade to 4.2.4 release
Changes are here https://github.com/jasper-software/jasper/compare/version-4.1.1...version-4.2.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a80440d1d8f17d041c71c7271d6e06eb" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a80440d1d8f17d041c71c7271d6e06eb"
5 5
6SRC_URI = "git://github.com/jasper-software/jasper.git;protocol=https;branch=master" 6SRC_URI = "https://github.com/jasper-software/${BPN}/releases/download/version-${PV}/${BP}.tar.gz"
7SRCREV = "917f7708b755d8434f70618108c1a76f1b6a0a82" 7SRC_URI[sha256sum] = "6a597613d8d84c500b5b83bf0eec06cd3707c23d19957f70354ac2394c9914e7"
8 8
9CVE_STATUS[CVE-2015-8751] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." 9CVE_STATUS[CVE-2015-8751] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions."
10 10
11S = "${WORKDIR}/git"
12
13inherit cmake multilib_header 11inherit cmake multilib_header
14 12
15do_configure:prepend() { 13do_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