diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-25 23:36:19 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-25 17:58:46 -0700 |
commit | fedf039ff8470342c15be09e16735a967bdae65b (patch) | |
tree | 761e472a0635f1dbc8d72e9ec3c725b884a4b40f /meta-oe/recipes-graphics/tesseract | |
parent | ffe65616eccbc73699d0e5b17e09897adeb740ee (diff) | |
download | meta-openembedded-fedf039ff8470342c15be09e16735a967bdae65b.tar.gz |
tesseract-lang: update to 4.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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-lang_4.0.0.bb (renamed from meta-oe/recipes-graphics/tesseract/tesseract-lang_git.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract-lang_git.bb b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.0.0.bb index ac36a91a3..75c2bc00e 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract-lang_git.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.0.0.bb | |||
@@ -3,16 +3,16 @@ SUMMARY = "tesseract-ocr language files" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9648bd7af63bd3cc4f5ac046d12c49e4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9648bd7af63bd3cc4f5ac046d12c49e4" |
5 | 5 | ||
6 | PV = "3.04.00+git${SRCPV}" | 6 | SRCREV = "590567f20dc044f6948a8e2c61afc714c360ad0e" |
7 | SRCREV = "3cf1e2df1fe1d1da29295c9ef0983796c7958b7d" | ||
8 | SRC_URI = "git://github.com/tesseract-ocr/tessdata.git" | 7 | SRC_URI = "git://github.com/tesseract-ocr/tessdata.git" |
8 | |||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | inherit allarch | 11 | inherit allarch |
12 | 12 | ||
13 | do_install() { | 13 | do_install() { |
14 | install -d ${D}${datadir}/tessdata | 14 | install -d ${D}${datadir}/tessdata |
15 | cp -R --no-dereference --preserve=mode,links -v ${S}/*.traineddata ${S}/*.cube.* ${S}/*.tesseract_cube.* ${D}${datadir}/tessdata | 15 | cp -R --no-dereference --preserve=mode,links -v ${S}/*.traineddata ${D}${datadir}/tessdata |
16 | } | 16 | } |
17 | 17 | ||
18 | python populate_packages_prepend () { | 18 | python populate_packages_prepend () { |