diff options
| -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 ac36a91a35..75c2bc00e2 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 () { |
