]> code.ossystems Code Review - openembedded-core.git/commit
relocatable.bbclass: Normalise the generated path
authorJoshua Lock <josh@linux.intel.com>
Thu, 22 Apr 2010 14:22:38 +0000 (15:22 +0100)
committerJoshua Lock <josh@linux.intel.com>
Tue, 27 Apr 2010 15:58:42 +0000 (16:58 +0100)
commit23ff2e08194221abf8f09af25d1be98efe46ffb7
tree8c98276f4bc51c19a8d75f1858d09fe1c9d13bc8
parentd1f413ff30bb854d34e2bf3be2bcbe01170a9814
relocatable.bbclass: Normalise the generated path

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>
meta/classes/relocatable.bbclass