mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
staging.bbclass: remove trail slash from SYSROOT_DESTDIR
Fixed path: QA Issue: <foo> sysroot-destdir//usr/lib/ <foo> Note the 2 slashes "//". (From OE-Core rev: 227247dfebe6cdff67ba2c0976b59e3f9d34f7ea) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aeb8964b01
commit
41242a22b3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user