From 9b8ce32e956b0d96b10c3199537974cab5996146 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 13 Oct 2025 21:22:55 -0700 Subject: python3-lief: Upgrade to 0.16.7 Changes: https://github.com/lief-project/LIEF/compare/0.16.6...0.16.7 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-lief_0.16.6.bb | 33 ---------------------- .../recipes-devtools/python/python3-lief_0.16.7.bb | 33 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-lief_0.16.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-lief_0.16.7.bb diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.6.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.6.bb deleted file mode 100644 index 2c5aeb6bb6..0000000000 --- a/meta-python/recipes-devtools/python/python3-lief_0.16.6.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "Library to instrument executable formats" -DESCRIPTION = "LIEF: Library to Instrument Executable Formats" -HOMEPAGE = "https://github.com/lief-project/LIEF" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=be298b85ef6036ef77810ae0dce93776" -SECTION = "libs" - -SRC_URI = " \ - git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.16.x;tag=${PV} \ - file://0001-build-requirements.txt-Allow-newer-versions.patch \ - file://0002-api-python-config-default.toml-Debug.patch \ -" -SRCREV = "d52c66d6da4d67c69438989df83a5415236ae08b" - -PEP517_SOURCE_PATH = "${S}/api/python" - -export LIEF_BUILD_DIR = "${B}" - -inherit python_setuptools_build_meta - -DEPENDS += "\ - python3-scikit-build-native \ - python3-scikit-build-core-native \ - python3-tomli-native \ - python3-pydantic-native \ - ninja-native \ - ccache-native \ - python3-typing-inspection \ -" -# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203 -COMPATIBLE_HOST:x86 = "null" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.7.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.7.bb new file mode 100644 index 0000000000..e511d0232b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lief_0.16.7.bb @@ -0,0 +1,33 @@ +SUMMARY = "Library to instrument executable formats" +DESCRIPTION = "LIEF: Library to Instrument Executable Formats" +HOMEPAGE = "https://github.com/lief-project/LIEF" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=be298b85ef6036ef77810ae0dce93776" +SECTION = "libs" + +SRCREV = "a4fcb58cfb5f0016a944f7ac20dcf4fca08aa6a9" +SRC_URI = " \ + git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.16.x;tag=${PV} \ + file://0001-build-requirements.txt-Allow-newer-versions.patch \ + file://0002-api-python-config-default.toml-Debug.patch \ +" + +PEP517_SOURCE_PATH = "${S}/api/python" + +export LIEF_BUILD_DIR = "${B}" + +inherit python_setuptools_build_meta + +DEPENDS += "\ + python3-scikit-build-native \ + python3-scikit-build-core-native \ + python3-tomli-native \ + python3-pydantic-native \ + ninja-native \ + ccache-native \ + python3-typing-inspection \ +" +# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203 +COMPATIBLE_HOST:x86 = "null" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf