mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
ffe65616ec
commit
fedf039ff8
+3
-3
@@ -3,16 +3,16 @@ SUMMARY = "tesseract-ocr language files"
|
|||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9648bd7af63bd3cc4f5ac046d12c49e4"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9648bd7af63bd3cc4f5ac046d12c49e4"
|
||||||
|
|
||||||
PV = "3.04.00+git${SRCPV}"
|
SRCREV = "590567f20dc044f6948a8e2c61afc714c360ad0e"
|
||||||
SRCREV = "3cf1e2df1fe1d1da29295c9ef0983796c7958b7d"
|
|
||||||
SRC_URI = "git://github.com/tesseract-ocr/tessdata.git"
|
SRC_URI = "git://github.com/tesseract-ocr/tessdata.git"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit allarch
|
inherit allarch
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${datadir}/tessdata
|
install -d ${D}${datadir}/tessdata
|
||||||
cp -R --no-dereference --preserve=mode,links -v ${S}/*.traineddata ${S}/*.cube.* ${S}/*.tesseract_cube.* ${D}${datadir}/tessdata
|
cp -R --no-dereference --preserve=mode,links -v ${S}/*.traineddata ${D}${datadir}/tessdata
|
||||||
}
|
}
|
||||||
|
|
||||||
python populate_packages_prepend () {
|
python populate_packages_prepend () {
|
||||||
Reference in New Issue
Block a user