packaged-staging.bbclass: removed two superfluous slashes
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 3 Feb 2010 20:08:45 +0000 (21:08 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 3 Feb 2010 20:08:45 +0000 (21:08 +0100)
commit49031ff03256cb8ac350676f4c9c66288abdbd2a
tree60360a371cd9e0bbf1b2d63d97afeb7c088ae7f1
parenta91664ce8d94cebc99b69077089773fc1b33e5f0
packaged-staging.bbclass: removed two 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