diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-22 10:32:23 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-22 14:16:51 -0700 |
commit | 437e051b5a475bbe2f62b9d6296fd4e2ce4e4181 (patch) | |
tree | a885651f5401a552d3a2aa1db4191631e1358316 | |
parent | 9dade50bb91ac879bb87e66c2028847012067e85 (diff) | |
download | meta-openembedded-437e051b5a475bbe2f62b9d6296fd4e2ce4e4181.tar.gz |
jasper: Use the new upstream GitHub location instead of the defunct tarball URL
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb b/meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb index cc6a694ce1..d2c7ffdab2 100644 --- a/meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb +++ b/meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb | |||
@@ -4,7 +4,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=baa697d7510288a9cdcce9bd7edaf9bc" | |||
4 | 4 | ||
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip" | 7 | SRC_URI = "git://github.com/mdadams/jasper.git;protocol=https" |
8 | SRCREV = "b13b8c86be870107f83b0a9a4b77557cb2b65d69" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
8 | 11 | ||
9 | inherit autotools lib_package | 12 | inherit autotools lib_package |
10 | 13 | ||
@@ -13,6 +16,3 @@ PACKAGECONFIG[jpeg] = "--enable-libjpeg,--disable-libjpeg,jpeg" | |||
13 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,freeglut" | 16 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,freeglut" |
14 | 17 | ||
15 | EXTRA_OECONF = "--enable-shared" | 18 | EXTRA_OECONF = "--enable-shared" |
16 | |||
17 | SRC_URI[md5sum] = "a342b2b4495b3e1394e161eb5d85d754" | ||
18 | SRC_URI[sha256sum] = "6b905a9c2aca2e275544212666eefc4eb44d95d0a57e4305457b407fe63f9494" | ||