From cb0c748ebe539553ea3d20682b6e3bae419e5c7a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 23 Jan 2024 10:00:47 +0800 Subject: [PATCH] tesseract: upgrade 5.3.3 -> 5.3.4 Changelog: ============ * Fixes for scrollview * Fixes for autoconf, clang and sw builds * Improve OCR for an image URL * Fail on curl download errors * New parameter curl_cookiefile * Set User-Agent: header field in HTTP request for curl downloads * Output directory list from "combine_tessdata -d" to stdout * Other small improvements for code and documentation. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../tesseract/{tesseract_5.3.3.bb => tesseract_5.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/tesseract/{tesseract_5.3.3.bb => tesseract_5.3.4.bb} (91%) diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.3.bb b/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb similarity index 91% rename from meta-oe/recipes-graphics/tesseract/tesseract_5.3.3.bb rename to meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb index e5310ae25a..b32bf34518 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.3.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb @@ -5,7 +5,7 @@ BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRCREV = "e082522c248d3121e466959a8ba4fd4f7ad1a525" +SRCREV = "8ee020e14cf5be4e3f0e9beb09b6b050a1871854" SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https" S = "${WORKDIR}/git"