[elbe-devel] [PATCH 3/3] sysroot: add debug symbol files to filelist
Soest Laurent
Laurent.Soest at bernina.com
Fri Jan 31 14:15:32 CET 2020
debug symbols are installed in sysroot but not added to the filesystem
this commit adds them
Signed-off-by: Laurent Soest <laurent.soest at bernina.com>
---
elbepack/elbeproject.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/elbepack/elbeproject.py b/elbepack/elbeproject.py
index 05a12f419..ba53bb30a 100644
--- a/elbepack/elbeproject.py
+++ b/elbepack/elbeproject.py
@@ -234,6 +234,7 @@ class ElbeProject (object):
'./lib/*.so',
'./lib/*.so.*',
'./lib/' + triplet,
+ './usr/lib/debug/.build-id/*/*.debug',
'./usr/lib/*.so',
'./usr/lib/*.so.*',
'./usr/lib/' + triplet]
--
2.17.1
More information about the elbe-devel
mailing list