packaged-staging.bbclass: removed two few superfluous slashes
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 3 Feb 2010 18:20:48 +0000 (19:20 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 3 Feb 2010 18:20:48 +0000 (19:20 +0100)
commitb977bbd442f3d00c884b68c1307bd9b14fb96446
tree74b8a3a9a8e7d32cc4af7bc93cff3db409f9ebc2
parenta44e5b4cfd8b0b32386e65cbc30f816c062cc162
packaged-staging.bbclass: removed two few superfluous slashes

${SYSROOT_DESTDIR} ends on a / but there is also a / after the variable
and a slash as the first character of the next variable.
This patch removes the / that is explicitly added so in the generated
code we get // instead of the even sillier looking (and probably more confusing) ///

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
classes/packaged-staging.bbclass
recipes/u-boot/u-boot_1.1.4.bb