mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
openjpeg: rename the download file
Rename the download file to avoid collisions in DL_DIR.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit d0fa502a22)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
dcfb51300d
commit
d8d90a61c0
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.openjpeg.org"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
|
||||
|
||||
SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz"
|
||||
SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
|
||||
SRC_URI[md5sum] = "0cc4b2aee0a9b6e9e21b7abcd201a3ec"
|
||||
SRC_URI[sha256sum] = "82c27f47fc7219e2ed5537ac69545bf15ed8c6ba8e6e1e529f89f7356506dbaa"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user