diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-22 08:38:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-23 08:46:33 -0700 |
commit | 67c5a7a7eb6dcc54e69637c263dda38a3b9a8420 (patch) | |
tree | 08512c12877c89a238faf0723b22785d774b2e43 | |
parent | b5216aad16009bc8725f04b77e1f98980c4aa337 (diff) | |
download | meta-openembedded-67c5a7a7eb6dcc54e69637c263dda38a3b9a8420.tar.gz |
python3-lief: Upgrade to 0.16.6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lief_0.16.6.bb (renamed from meta-python/recipes-devtools/python/python3-lief_0.16.5.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.5.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.6.bb index 8a0e30133c..2c5aeb6bb6 100644 --- a/meta-python/recipes-devtools/python/python3-lief_0.16.5.bb +++ b/meta-python/recipes-devtools/python/python3-lief_0.16.6.bb | |||
@@ -2,16 +2,15 @@ SUMMARY = "Library to instrument executable formats" | |||
2 | DESCRIPTION = "LIEF: Library to Instrument Executable Formats" | 2 | DESCRIPTION = "LIEF: Library to Instrument Executable Formats" |
3 | HOMEPAGE = "https://github.com/lief-project/LIEF" | 3 | HOMEPAGE = "https://github.com/lief-project/LIEF" |
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=be298b85ef6036ef77810ae0dce93776" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/lief-project/LIEF.git;protocol=https;branch=main \ | 9 | git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.16.x;tag=${PV} \ |
10 | file://0001-build-requirements.txt-Allow-newer-versions.patch \ | 10 | file://0001-build-requirements.txt-Allow-newer-versions.patch \ |
11 | file://0002-api-python-config-default.toml-Debug.patch \ | 11 | file://0002-api-python-config-default.toml-Debug.patch \ |
12 | " | 12 | " |
13 | SRCREV = "abcf929efb748c7846dd59007cbb807e108db311" | 13 | SRCREV = "d52c66d6da4d67c69438989df83a5415236ae08b" |
14 | PV .= "+git" | ||
15 | 14 | ||
16 | PEP517_SOURCE_PATH = "${S}/api/python" | 15 | PEP517_SOURCE_PATH = "${S}/api/python" |
17 | 16 | ||