hardknott: tesseract-lang: fix SRC_URI

Otherwise, bitbake won't be able to fetch the sources and the build will fail

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2021-12-29 22:29:27 +01:00
parent 01611bdf3e
commit 9862a504fd
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Copyright 2019-2021 Digi International, Inc.
# The original recipe in meta-openembedded hardcodes a "master" branch, which
# doesn't exist in this repo, causing an error. Use the same SRC_URI, but
# using the "main" branch instead.
SRC_URI = "git://github.com/tesseract-ocr/tessdata.git;branch=main;protocol=https"