diff options
-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 | ||