package/tesseract-ocr: fix typo on BR2_PACKAGE_TESSERACT_OCR_LANG_GER

The typo was added in 2017 by commit
'd1103eeab3 tesseract-ocr: new package'

Cc: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 47e09eaee7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Ricardo Martincoski 2022-08-14 20:38:26 -03:00 committed by Peter Korsgaard
parent e77e798867
commit 9e0882a5cf

View File

@ -39,7 +39,7 @@ ifeq ($(BR2_PACKAGE_TESSERACT_OCR_LANG_FRA),y)
TESSERACT_OCR_DATA_FILES += fra.traineddata
endif
ifeq ($(BR2_PACKAGE_TESSERACT_OCR_LANG_DEU),y)
ifeq ($(BR2_PACKAGE_TESSERACT_OCR_LANG_GER),y)
TESSERACT_OCR_DATA_FILES += deu.traineddata
endif