summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-02-16 18:09:23 +0200
committerKhem Raj <raj.khem@gmail.com>2026-02-16 10:25:52 -0800
commita38acde2a9523f0e1f011390e0fb1e6627b613bc (patch)
tree51ee0245f293700ed956466cfd7bdcee188966a2 /meta-python/recipes-devtools
parentbd9d6239fdd1b6223cc73d753f0d47bc5fd7cb7d (diff)
downloadmeta-openembedded-a38acde2a9523f0e1f011390e0fb1e6627b613bc.tar.gz
python3-lief: Upgrade 0.17.2 -> 0.17.3
Upgrade to release 0.17.3: - Fix bug with resources - Fix VA/RVA confusion in the PE's builder This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-lief_0.17.3.bb (renamed from meta-python/recipes-devtools/python/python3-lief_0.17.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb b/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb
index 44b4976ab1..69e1d59956 100644
--- a/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
+++ b/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547"
6SECTION = "libs" 6SECTION = "libs"
7 7
8SRCREV = "aa2b617f47c2f75fca9ff00b146dabbaf1b9f422" 8SRCREV = "03aca30b53db2f336b36f90843061bb3f840ff5a"
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.17.x;tag=${PV} \ 10 git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.17.x;tag=${PV} \
11 file://0001-build-requirements.txt-Allow-newer-versions.patch \ 11 file://0001-build-requirements.txt-Allow-newer-versions.patch \