diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-09-16 12:12:58 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-16 17:24:44 -0700 |
commit | d3349412bafa6f5e10d6e4a7df1d553b4510f449 (patch) | |
tree | d62481c58fe929f00e49495b3929f44bfe66e871 | |
parent | bccd3277e4b809f7a5fe517c16f5d45e753ce0e4 (diff) | |
download | meta-openembedded-d3349412bafa6f5e10d6e4a7df1d553b4510f449.tar.gz |
jasper: use correct homepage
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/jasper/jasper_2.0.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/jasper/jasper_2.0.20.bb b/meta-oe/recipes-graphics/jasper/jasper_2.0.20.bb index 356c78c0db..c2e376df0e 100644 --- a/meta-oe/recipes-graphics/jasper/jasper_2.0.20.bb +++ b/meta-oe/recipes-graphics/jasper/jasper_2.0.20.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Jpeg 2000 implementation" | 1 | SUMMARY = "Jpeg 2000 implementation" |
2 | HOMEPAGE = "https://github.com/jasper-software/jasper" | 2 | HOMEPAGE = "https://jasper-software.github.io/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 | ||