aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tesseract
AgeCommit message (Collapse)Author
2016-12-02remove True option to getVar callsJoshua Lock
getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2016-10-21tesseract: upgrade to 3.04Juhee Cho
* use do_split_packages instead of many separate recipes * fetch from github Signed-off-by: Juhee Cho <juhee.cho@lge.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-25tesseract: BlacklistMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-06-17tesseract-lang.inc: set ${S} to fix the QA warningYi Zhao
The ${S} is not set in the recipe cause the QA warning: WARNING: tesseract-lang-eng: the directory ${WORKDIR}/${BP} (/buildarea2/build/tmp/work/all-poky-linux/tesseract-lang-eng/3.02-r0/tesseract-lang-eng-3.02) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2014-06-21tesseract-lang: Drop runtime dependency on TUNE_PKGARCH tesseractMartin Jansa
* in order to keep allarch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10tesseract-lang: add recipes for all languages availableMario Domenech Goulart
One recipe per language, all including the common tesseract-lang.inc file. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10tesseract: add recipe for version 3.02.02Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>