summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tesseract
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/tesseract')
-rw-r--r--meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb1
-rw-r--r--meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb (renamed from meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb)3
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb
index 0d45ee765c..f4923f3f00 100644
--- a/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb
+++ b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6SRCREV = "4767ea922bcc460e70b87b1d303ebdfed0897da8" 6SRCREV = "4767ea922bcc460e70b87b1d303ebdfed0897da8"
7SRC_URI = "git://github.com/tesseract-ocr/tessdata.git;branch=main;protocol=https" 7SRC_URI = "git://github.com/tesseract-ocr/tessdata.git;branch=main;protocol=https"
8 8
9S = "${WORKDIR}/git"
10 9
11inherit allarch 10inherit allarch
12 11
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb
index b32bf34518..4bc0f5b88f 100644
--- a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb
+++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb
@@ -5,10 +5,9 @@ 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 = "8ee020e14cf5be4e3f0e9beb09b6b050a1871854" 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"
12 11
13DEPENDS = "leptonica" 12DEPENDS = "leptonica"
14 13