[oe] [PATCH][meta-oe 1/2] tesseract: update to 4.1.0

Oleksandr Kravchuk open.source at oleksandr-kravchuk.com
Wed Sep 25 23:01:59 UTC 2019


On 25/09/2019 23:39, Khem Raj wrote:
> On Wed, Sep 25, 2019 at 2:36 PM Oleksandr Kravchuk
> <open.source at oleksandr-kravchuk.com> wrote:
>> Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
>> ---
>>  .../{tesseract_git.bb => tesseract_4.1.0.bb}          | 11 ++++++-----
>>  1 file changed, 6 insertions(+), 5 deletions(-)
>>  rename meta-oe/recipes-graphics/tesseract/{tesseract_git.bb => tesseract_4.1.0.bb} (57%)
>>
>> diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_git.bb b/meta-oe/recipes-graphics/tesseract/tesseract_4.1.0.bb
>> similarity index 57%
>> rename from meta-oe/recipes-graphics/tesseract/tesseract_git.bb
>> rename to meta-oe/recipes-graphics/tesseract/tesseract_4.1.0.bb
>> index 89d09a0f5..fde3bc180 100644
>> --- a/meta-oe/recipes-graphics/tesseract/tesseract_git.bb
>> +++ b/meta-oe/recipes-graphics/tesseract/tesseract_4.1.0.bb
>> @@ -1,19 +1,20 @@
>>  SUMMARY = "A commercial quality OCR engine "
>> +HOMEPAGE = "https://github.com/tesseract-ocr/tesseract"
>> +BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues"
>>
>>  LICENSE = "Apache-2.0"
>> -LIC_FILES_CHKSUM = "file://COPYING;md5=7ea4f9a43aba9d3c849fe5c203a0ed40"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>>
> what changed ?

Original COPYING file basically had a statement that code is licensed
under Apache 2.0
(https://github.com/tesseract-ocr/tesseract/commit/618489290536282a59ed7a71381ca083d9a7586a)

The new one, LICENSE contains text of the license.

>> -BRANCH = "3.05"
>> -PV = "${BRANCH}.01+git${SRCPV}"
>> -SRCREV = "215866151e774972c9502282111b998d7a053562"
>> +BRANCH = "4.1"
>> +SRCREV = "5280bbcade4e2dec5eef439a6e189504c2eadcd9"
>>  SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=${BRANCH}"
>> +
>>  S = "${WORKDIR}/git"
>>
>>  DEPENDS = "leptonica"
>>
>>  EXTRA_OECONF += "LIBLEPT_HEADERSDIR=${STAGING_INCDIR}/leptonica"
>>
>> -
>>  inherit autotools pkgconfig
>>
>>  FILES_${PN} += "${datadir}/tessdata"
>> --
>> 2.17.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list