summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tesseract
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-09-25 23:36:19 +0200
committerKhem Raj <raj.khem@gmail.com>2019-09-25 17:58:46 -0700
commitfedf039ff8470342c15be09e16735a967bdae65b (patch)
tree761e472a0635f1dbc8d72e9ec3c725b884a4b40f /meta-oe/recipes-graphics/tesseract
parentffe65616eccbc73699d0e5b17e09897adeb740ee (diff)
downloadmeta-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"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9648bd7af63bd3cc4f5ac046d12c49e4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=9648bd7af63bd3cc4f5ac046d12c49e4"
5 5
6PV = "3.04.00+git${SRCPV}" 6SRCREV = "590567f20dc044f6948a8e2c61afc714c360ad0e"
7SRCREV = "3cf1e2df1fe1d1da29295c9ef0983796c7958b7d"
8SRC_URI = "git://github.com/tesseract-ocr/tessdata.git" 7SRC_URI = "git://github.com/tesseract-ocr/tessdata.git"
8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11inherit allarch 11inherit allarch
12 12
13do_install() { 13do_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
18python populate_packages_prepend () { 18python populate_packages_prepend () {