mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 07:53:47 +02:00
The generated path we create for the binaries RPATH can have a lot of directory separators in. Use os.path.normpath() to tidy it up and only include the required directory separators. This patch is purely to appease my personal sense of niceness... Signed-off-by: Joshua Lock <josh@linux.intel.com>