Fixes for backwards compatibility
- Jul 11, 2024
-
-
Alberto Pianon authored
In Yocto, if PACKAGE_DEBUG_SPLIT_STYLE is set to 'debug-file-directory' instead of '.debug', debug files are saved to a different path. We handle both cases with regexps Signed-off-by: Alberto Pianon <alberto@pianon.eu>
-
Alberto Pianon authored
Sometimes the main source file path is malformed, containing 2 concatenated absolute paths, and only the second one is the right one. We fix it with a regexp Signed-off-by: Alberto Pianon <alberto@pianon.eu>
1634f6bb -
Alberto Pianon authored
Sometimes patch file paths may contain ../ which may lead to the inability to match paths pointing to the same file; it's better to clean all paths with os.path.abspath() Signed-off-by: Alberto Pianon <alberto@pianon.eu>
3095a1a7 -
Alberto Pianon authored
Signed-off-by: Alberto Pianon <alberto@pianon.eu>
c1225faf
-