diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-26 10:51:30 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:52:14 -0700 |
commit | 026f583c4a8f0647923f7fc461a20614985cb127 (patch) | |
tree | 87e200ad0456747cc0b2f42cf78157734e910403 /meta-oe/recipes-graphics/leptonica | |
parent | 95ee6331c0b35387a5fcc20f1f21a1a8f10d54e0 (diff) | |
download | meta-openembedded-026f583c4a8f0647923f7fc461a20614985cb127.tar.gz |
leptonica: update to 1.79.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/leptonica')
-rw-r--r-- | meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb (renamed from meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb index 249e96f16..a6de1f795 100644 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.74.4.bb +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb | |||
@@ -3,9 +3,11 @@ 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 | UPSTREAM_CHECK_URI = "https://github.com/DanBloomberg/leptonica/releases" | ||
7 | |||
6 | SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" | 8 | SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" |
7 | SRC_URI[md5sum] = "4f32be9bd2e2c142ba018037ab5d746f" | 9 | SRC_URI[md5sum] = "a545654b1dae7d29e2ea346b29095f84" |
8 | SRC_URI[sha256sum] = "29c35426a416bf454413c6fec24c24a0b633e26144a17e98351b6dffaa4a833b" | 10 | SRC_URI[sha256sum] = "045966c9c5d60ebded314a9931007a56d9d2f7a6ac39cb5cc077c816f62300d8" |
9 | 11 | ||
10 | EXTRA_OECONF += " \ | 12 | EXTRA_OECONF += " \ |
11 | --without-libwebp \ | 13 | --without-libwebp \ |