<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-graphics/tesseract, branch rocko</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=rocko</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=rocko'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2017-09-13T09:13:21+00:00</updated>
<entry>
<title>tesseract: Upgrade to 3.05.01</title>
<updated>2017-09-13T09:13:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-09-07T06:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=788b13604bba4cd126b17d9a8e8322801f100751'/>
<id>urn:sha1:788b13604bba4cd126b17d9a8e8322801f100751</id>
<content type='text'>
LIC_FILES_CHKSUM changes are typo corrections in COPYING file
https://github.com/tesseract-ocr/tesseract/commit/5a3ccf06bf2d4f92ec2fd87389affd9c8c625225#diff-7116ef0705885343c9e1b2171a06be0e

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>remove True option to getVar calls</title>
<updated>2016-12-02T08:16:17+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>joshua.g.lock@intel.com</email>
</author>
<published>2016-11-25T15:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487'/>
<id>urn:sha1:efd3696e70a6603f1a45faa4a172433514f0a487</id>
<content type='text'>
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 &lt;joshua.g.lock@intel.com&gt;
</content>
</entry>
<entry>
<title>tesseract: upgrade to 3.04</title>
<updated>2016-10-21T16:20:43+00:00</updated>
<author>
<name>Juhee Cho</name>
<email>juhee.cho@lge.com</email>
</author>
<published>2016-10-05T19:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=37967410b35de588cae1c12b62f1e68c24810edd'/>
<id>urn:sha1:37967410b35de588cae1c12b62f1e68c24810edd</id>
<content type='text'>
* use do_split_packages instead of many separate recipes
* fetch from github

Signed-off-by: Juhee Cho &lt;juhee.cho@lge.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>tesseract: Blacklist</title>
<updated>2016-02-25T16:47:24+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2016-02-22T13:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ac21b4de8b785127a42eecaf0c6aa3744a5ad9ec'/>
<id>urn:sha1:ac21b4de8b785127a42eecaf0c6aa3744a5ad9ec</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>tesseract-lang.inc: set ${S} to fix the QA warning</title>
<updated>2015-06-17T20:36:12+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2015-06-11T09:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=41fe0f663ecbf4a739d93b7b62e053336ea64709'/>
<id>urn:sha1:41fe0f663ecbf4a739d93b7b62e053336ea64709</id>
<content type='text'>
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 &lt;yi.zhao@windriver.com&gt;
</content>
</entry>
<entry>
<title>tesseract-lang: Drop runtime dependency on TUNE_PKGARCH tesseract</title>
<updated>2014-06-21T17:22:25+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-06-21T09:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b3f0a6c6ecda84aa44a03b400e6377b78bcb14bf'/>
<id>urn:sha1:b3f0a6c6ecda84aa44a03b400e6377b78bcb14bf</id>
<content type='text'>
* in order to keep allarch

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>tesseract-lang: add recipes for all languages available</title>
<updated>2014-06-10T10:16:23+00:00</updated>
<author>
<name>Mario Domenech Goulart</name>
<email>mario@ossystems.com.br</email>
</author>
<published>2014-05-26T12:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fccc8f1514c5bc84a343a757f60c9dc793db2643'/>
<id>urn:sha1:fccc8f1514c5bc84a343a757f60c9dc793db2643</id>
<content type='text'>
One recipe per language, all including the common tesseract-lang.inc
file.

Signed-off-by: Mario Domenech Goulart &lt;mario@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>tesseract: add recipe for version 3.02.02</title>
<updated>2014-06-10T10:16:23+00:00</updated>
<author>
<name>Mario Domenech Goulart</name>
<email>mario@ossystems.com.br</email>
</author>
<published>2014-05-26T12:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9d655b7b720f84f93c7344a9fccbaea151e44d20'/>
<id>urn:sha1:9d655b7b720f84f93c7344a9fccbaea151e44d20</id>
<content type='text'>
Signed-off-by: Mario Domenech Goulart &lt;mario@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
