diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-08-22 01:33:55 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-21 10:16:29 -0700 |
commit | 8a773cfc67bdbeec0d8998fb2ff2d0e18b5a68cd (patch) | |
tree | 822d2d5dabae841046b2f8443a3bf40431f89765 | |
parent | 88df26ab74a5d1274127f83b854da2d5747b9952 (diff) | |
download | meta-openembedded-8a773cfc67bdbeec0d8998fb2ff2d0e18b5a68cd.tar.gz |
leptonica: upgrade 1.79.0 -> 1.80.0
-License-Update: Copyright year updated to 2020.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb (renamed from meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb index a6de1f7956..a861bba5b8 100644 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.79.0.bb +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications" | 1 | DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications" |
2 | DEPENDS = "jpeg tiff libpng zlib" | 2 | 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=809b282cea2df68975fbe0ffe02b560f" |
5 | 5 | ||
6 | UPSTREAM_CHECK_URI = "https://github.com/DanBloomberg/leptonica/releases" | 6 | UPSTREAM_CHECK_URI = "https://github.com/DanBloomberg/leptonica/releases" |
7 | 7 | ||
8 | SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" | 8 | SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "a545654b1dae7d29e2ea346b29095f84" | 9 | SRC_URI[md5sum] = "d640d684234442a84c9e8902f0b3ff36" |
10 | SRC_URI[sha256sum] = "045966c9c5d60ebded314a9931007a56d9d2f7a6ac39cb5cc077c816f62300d8" | 10 | SRC_URI[sha256sum] = "ec9c46c2aefbb960fb6a6b7f800fe39de48343437b6ce08e30a8d9688ed14ba4" |
11 | 11 | ||
12 | EXTRA_OECONF += " \ | 12 | EXTRA_OECONF += " \ |
13 | --without-libwebp \ | 13 | --without-libwebp \ |