]> code.ossystems Code Review - openembedded-core.git/commitdiff
staging.bbclass: remove trail slash from SYSROOT_DESTDIR
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 19 Feb 2016 08:48:37 +0000 (00:48 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Feb 2016 09:31:59 +0000 (09:31 +0000)
Fixed path:
QA Issue: <foo> sysroot-destdir//usr/lib/ <foo>

Note the 2 slashes "//".

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass

index 243bcdf895d88a4a6d5083e2b861f0c5488c85be..bc5dfa81af3cfae84ec2dbcbbc61d20cf92dd97a 100644 (file)
@@ -161,7 +161,7 @@ do_populate_sysroot[umask] = "022"
 addtask populate_sysroot after do_install
 
 SYSROOT_PREPROCESS_FUNCS ?= ""
-SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir/"
+SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir"
 SYSROOT_LOCK = "${STAGING_DIR}/staging.lock"
 
 # We clean out any existing sstate from the sysroot if we rerun configure