aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-05-25 19:55:33 +0000
committerArmin Kuster <akuster808@gmail.com>2019-06-16 08:15:44 -0700
commit8d65b23de05337e241f032d065e3dcae67844c94 (patch)
treec5f56bdc36bb02d676011f1a7950fd0bad76b567
parentd0e57af1dddb52301ad9e577d1d02f1b7d02930e (diff)
downloadmeta-openembedded-contrib-8d65b23de05337e241f032d065e3dcae67844c94.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb2
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"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=34aa579294e8284b7b848c8d5d361e8f"
-SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz"
+SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz"
SRC_URI[md5sum] = "4f32be9bd2e2c142ba018037ab5d746f"
SRC_URI[sha256sum] = "29c35426a416bf454413c6fec24c24a0b633e26144a17e98351b6dffaa4a833b"