From b4aa60319a02b40a8eb4aba083b785d94fbf8efc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:01:15 +0800 Subject: [PATCH] python3-lief: upgrade 0.16.2 -> 0.16.3 Changelog: =========== - Fix issue when parsing the dynamic table with an invalid offset - Fix endianness issue with IA64 binaries - Fix missing original forwarded function name - Add support for spdlog compiled with SPDLOG_WCHAR_FILENAMES Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-lief_0.16.2.bb => python3-lief_0.16.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-lief_0.16.2.bb => python3-lief_0.16.3.bb} (95%) diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.3.bb similarity index 95% rename from meta-python/recipes-devtools/python/python3-lief_0.16.2.bb rename to meta-python/recipes-devtools/python/python3-lief_0.16.3.bb index 07b54f7068..925baa655c 100644 --- a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb +++ b/meta-python/recipes-devtools/python/python3-lief_0.16.3.bb @@ -10,7 +10,7 @@ SRC_URI = " \ file://0001-build-requirements.txt-Allow-newer-versions.patch \ file://0002-api-python-config-default.toml-Debug.patch \ " -SRCREV = "e2ef1ea6594738d4461e75717a61ae05fb0541d6" +SRCREV = "646af9f6ced8e827916648f26617998de834db78" PV .= "+git" S = "${WORKDIR}/git"