| Message ID | 20260830142922.17241-3-adrian.freihofer@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | devtool: ide-sdk: NFS/slirp support, deploy filtering, and robustness fixes | expand |
diff --git a/scripts/lib/devtool/ide_sdk.py b/scripts/lib/devtool/ide_sdk.py index 4fdeeec24d..6f08940c9c 100755 --- a/scripts/lib/devtool/ide_sdk.py +++ b/scripts/lib/devtool/ide_sdk.py @@ -643,7 +643,8 @@ class RecipeModified: os.path.join(image.rootfs, base_libdir), os.path.join(image.rootfs, libdir) ] - return so_paths + # base_libdir == libdir when usrmerge is in DISTRO_FEATURES (the default), dedupe + return list(dict.fromkeys(so_paths)) def solib_search_path_str(self, image): """Return a : separated list of paths usable by GDB's set solib-search-path"""