summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch')
-rw-r--r--meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch b/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch
new file mode 100644
index 0000000000..cb8d4e921d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch
@@ -0,0 +1,30 @@
1From 064f361f113e1e4496f40dd0a075f89d21bad5a3 Mon Sep 17 00:00:00 2001
2From: Leon Anavi <leon.anavi@konsulko.com>
3Date: Tue, 28 Jan 2025 12:25:31 +0000
4Subject: [PATCH] api/python/config-default.toml: Debug
5
6Fixes do_package: QA Issue: [already-stripped]
7
8Upstream-Status: Inappropriate [oe specific]
9
10Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
11---
12 api/python/config-default.toml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15--- a/api/python/config-default.toml
16+++ b/api/python/config-default.toml
17@@ -1,8 +1,11 @@
18 [lief.build]
19-type = "Release"
20-cache = true
21+type = "RelWithDebInfo"
22+cache = false
23 ninja = true
24 parallel-jobs = 0
25+extra-cmake-opt = [
26+ "-DCMAKE_MODULE_PATH=/cmake/linux/",
27+]
28
29 [lief.formats]
30 elf = true