summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2023-06-13 10:38:45 +0800
committerJun Nie <jun.nie@linaro.org>2023-06-13 10:38:45 +0800
commit55bc8a1ad0e533e14a04e4ca2ce1ab44edbc627f (patch)
treef5d28ecc0541aa10c134b3de1a08933050e4aa1d
parentbc18aa9fdf1e226f30ebdb8dd32229846bc7d976 (diff)
python3-pefile: fix sha value
For unknown reason, the wrong sha value is not reported in openbmc build. The bug is found in poky test without openbmc. Fix it with correct value. Signed-off-by: Jun Nie <jun.nie@linaro.org>
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb
index 88fbc29fd..71f571bf1 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=38066667888b01d8118ff9cc23da1873"
inherit setuptools3 pypi ptest
-SRC_URI[sha256sum] = "11cd7ed7082d5256e9741e8b98c654f061723fafb5b2719c01a0b4cc6f89e09d"
+SRC_URI[sha256sum] = "82e6114004b3d6911c77c3953e3838654b04511b8b66e8583db70c65998017dc"
SRC_URI += " \
file://run-ptest \