diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-05-25 19:55:33 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-26 12:22:21 -0700 |
commit | 2914b30b026c811168be28c95645a01a16cc3930 (patch) | |
tree | 5cb80ef9221ca078d1198cc4716e0410b6bd00de | |
parent | 4f33963cbcbbd4a1908c67a4959fe52ab8494897 (diff) | |
download | meta-openembedded-2914b30b026c811168be28c95645a01a16cc3930.tar.gz |
leptonica: fix SRC_URI
* leptonica.com now only redirects to www.leptonica.org, so it only downloads
the HTML home page instead of the source tarball
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb index 91fa00cc96..249e96f168 100644 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb | |||
@@ -3,7 +3,7 @@ DEPENDS = "jpeg tiff libpng zlib" | |||
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=34aa579294e8284b7b848c8d5d361e8f" | 4 | LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=34aa579294e8284b7b848c8d5d361e8f" |
5 | 5 | ||
6 | SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz" | 6 | SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" |
7 | SRC_URI[md5sum] = "4f32be9bd2e2c142ba018037ab5d746f" | 7 | SRC_URI[md5sum] = "4f32be9bd2e2c142ba018037ab5d746f" |
8 | SRC_URI[sha256sum] = "29c35426a416bf454413c6fec24c24a0b633e26144a17e98351b6dffaa4a833b" | 8 | SRC_URI[sha256sum] = "29c35426a416bf454413c6fec24c24a0b633e26144a17e98351b6dffaa4a833b" |
9 | 9 | ||