summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-lief
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-lief')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch18
1 files changed, 10 insertions, 8 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch b/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch
index bc38a63726..cb8d4e921d 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch
@@ -12,17 +12,19 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
api/python/config-default.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/api/python/config-default.toml b/api/python/config-default.toml
-index 519bc046..49477864 100644
--- a/api/python/config-default.toml
+++ b/api/python/config-default.toml
-@@ -1,5 +1,5 @@
+@@ -1,8 +1,11 @@
[lief.build]
-type = "Release"
-+type = "Debug"
- cache = true
+-cache = true
++type = "RelWithDebInfo"
++cache = false
ninja = true
parallel-jobs = 0
---
-2.39.5
-
++extra-cmake-opt = [
++ "-DCMAKE_MODULE_PATH=/cmake/linux/",
++]
+
+ [lief.formats]
+ elf = true