summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tesseract
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-10 11:33:26 +0800
committerKhem Raj <raj.khem@gmail.com>2025-06-09 21:24:17 -0700
commit8782f1012deca6c2a2fa934f3e636ef7c8c15dda (patch)
treef0f948910a8361d60aa3fbbbe853f66be870510a /meta-oe/recipes-graphics/tesseract
parent289ee5e410a3fd594a5854d511a43a52c41ae3a8 (diff)
downloadmeta-openembedded-8782f1012deca6c2a2fa934f3e636ef7c8c15dda.tar.gz
tesseract: upgrade 5.5.0 -> 5.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/tesseract')
-rw-r--r--meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb (renamed from meta-oe/recipes-graphics/tesseract/tesseract_5.5.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.5.0.bb b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb
index 33d928fa2c..213dfada23 100644
--- a/meta-oe/recipes-graphics/tesseract/tesseract_5.5.0.bb
+++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues"
5LICENSE = "Apache-2.0" 5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7 7
8SRCREV = "64eab6c457b2337dd690746a5fde5c222b40d5f8" 8SRCREV = "3b7c70e34dea179549ed3e995872e2e019eb8477"
9SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https" 9SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"