diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-22 23:04:18 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-22 10:15:00 -0800 |
| commit | 4640900864a89f73680dc423bb1b1bfb4e63e19e (patch) | |
| tree | 5d80c5f4ab6340dbd293c8e0d9806d01ee807fc0 | |
| parent | c1712c2595ebf6a16df0049743e64fdebc5af49d (diff) | |
| download | meta-openembedded-4640900864a89f73680dc423bb1b1bfb4e63e19e.tar.gz | |
tesseract: upgrade 4.1.1 -> 4.1.3
Fix broken autoconf build
(https://github.com/tesseract-ocr/tesseract/issues/3642)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/tesseract/tesseract_4.1.3.bb (renamed from meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb b/meta-oe/recipes-graphics/tesseract/tesseract_4.1.3.bb index 0c21685b19..6f92679682 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract_4.1.3.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 7 | 7 | ||
| 8 | BRANCH = "4.1" | 8 | BRANCH = "4.1" |
| 9 | SRCREV = "f4ef2f2050f4c25b28bdbf0063b7d2eb30f41cf7" | 9 | SRCREV = "f38e7a7ba850b668d4505dd4c712238d7ec63ca8" |
| 10 | SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=${BRANCH};protocol=https \ | 10 | SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=${BRANCH};protocol=https \ |
| 11 | file://0001-include-sys-time.h.patch \ | 11 | file://0001-include-sys-time.h.patch \ |
| 12 | " | 12 | " |
