From 9862a504fd4ba4ee26934987a66e318e68059e07 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Wed, 29 Dec 2021 22:29:27 +0100 Subject: [PATCH] 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 --- .../tesseract/tesseract-lang_4.1.0.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-digi-dey/recipes-graphics/tesseract/tesseract-lang_4.1.0.bbappend diff --git a/meta-digi-dey/recipes-graphics/tesseract/tesseract-lang_4.1.0.bbappend b/meta-digi-dey/recipes-graphics/tesseract/tesseract-lang_4.1.0.bbappend new file mode 100644 index 000000000..70415da2a --- /dev/null +++ b/meta-digi-dey/recipes-graphics/tesseract/tesseract-lang_4.1.0.bbappend @@ -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"