diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-08-28 15:07:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-28 17:16:57 -0700 |
commit | a41dd8804da5df2c724456b9bb6ee49708228530 (patch) | |
tree | 0ae995667a116c546da7d9ebd2933fb76265e29c | |
parent | a100cce1fcaa53f7f888ae11a95227d66ff1034d (diff) | |
download | meta-openembedded-a41dd8804da5df2c724456b9bb6ee49708228530.tar.gz |
jasper: Use new repo URL
The official repo is now https://github.com/jasper-software/jasper.
https://github.com/mdadams/jasper will forward there.
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/jasper/jasper_2.0.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/jasper/jasper_2.0.19.bb b/meta-oe/recipes-graphics/jasper/jasper_2.0.19.bb index e121ae9469..e2bc9645f8 100644 --- a/meta-oe/recipes-graphics/jasper/jasper_2.0.19.bb +++ b/meta-oe/recipes-graphics/jasper/jasper_2.0.19.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | SUMMARY = "Jpeg 2000 implementation" | 1 | SUMMARY = "Jpeg 2000 implementation" |
2 | HOMEPAGE = "https://github.com/mdadams/jasper" | 2 | HOMEPAGE = "https://github.com/jasper-software/jasper" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a80440d1d8f17d041c71c7271d6e06eb" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a80440d1d8f17d041c71c7271d6e06eb" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/mdadams/jasper.git;protocol=https" | 6 | SRC_URI = "git://github.com/jasper-software/jasper.git;protocol=https" |
7 | SRCREV = "7d8cfd8ac16d1af9b51e5ccd781e898f0fbf57cc" | 7 | SRCREV = "7d8cfd8ac16d1af9b51e5ccd781e898f0fbf57cc" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |