diff options
-rw-r--r-- | meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb (renamed from meta-oe/recipes-devtools/python/python3-pefile_2023.2.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-pefile_2023.2.7.bb b/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb index e30b362323..87e651d9d5 100644 --- a/meta-oe/recipes-devtools/python/python3-pefile_2023.2.7.bb +++ b/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb | |||
@@ -2,10 +2,10 @@ SUMMARY = "Python PE parsing module" | |||
2 | DESCRIPTION = "A multi-platform Python module to parse and work with Portable Executable (PE) files." | 2 | DESCRIPTION = "A multi-platform Python module to parse and work with Portable Executable (PE) files." |
3 | HOMEPAGE = "https://github.com/erocarrera/pefile" | 3 | HOMEPAGE = "https://github.com/erocarrera/pefile" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38066667888b01d8118ff9cc23da1873" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e34c75178086aca0a17551ffbacaca53" |
6 | 6 | ||
7 | inherit setuptools3 ptest | 7 | inherit setuptools3 ptest |
8 | SRCREV = "1ab2807c4eec16041e791d7a6acc68cc23fd5266" | 8 | SRCREV = "4b3b1e2e568a88d4f1897d694d684f23d9e270c4" |
9 | SRC_URI = "git://github.com/erocarrera/pefile;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/erocarrera/pefile;branch=master;protocol=https \ |
10 | file://run-ptest" | 10 | file://run-ptest" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |