diff options
| author | Haiqing Bai <haiqing.bai@windriver.com> | 2026-04-20 14:18:26 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-20 07:35:36 -0700 |
| commit | 4152a234263ca827db7bd293c9d3cf018daf1184 (patch) | |
| tree | 85939966fbdefec547232940c358182ebb61e905 /meta-python | |
| parent | 7f49deaf7e365b56f5f666aec97569c29e523d70 (diff) | |
| download | meta-openembedded-4152a234263ca827db7bd293c9d3cf018daf1184.tar.gz | |
pytesseract: replace deprecated md5sum with sha256sum
SRC_URI[md5sum] has been deprecated and replace it with
SRC_URI[sha256sum] for proper integrity verification.
Signed-off-by: Haiqing Bai <haiqing.bai@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb index 0d8cfcb408..034568251b 100644 --- a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb +++ b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb | |||
| @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/madmaze/pytesseract" | |||
| 5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 7 | 7 | ||
| 8 | SRC_URI[md5sum] = "73f9645e59b437f064d05882b95832ce" | 8 | SRC_URI[sha256sum] = "4bf5f880c99406f52a3cfc2633e42d9dc67615e69d8a509d74867d3baddb5db9" |
| 9 | 9 | ||
| 10 | RDEPENDS:${PN}:append = " python3-packaging tesseract" | 10 | RDEPENDS:${PN}:append = " python3-packaging tesseract" |
| 11 | 11 | ||
