From: Robert Yang Date: Fri, 19 Feb 2016 08:48:37 +0000 (-0800) Subject: staging.bbclass: remove trail slash from SYSROOT_DESTDIR X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26894 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=227247dfebe6cdff67ba2c0976b59e3f9d34f7ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git staging.bbclass: remove trail slash from SYSROOT_DESTDIR Fixed path: QA Issue: sysroot-destdir//usr/lib/ Note the 2 slashes "//". Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 243bcdf895d..bc5dfa81af3 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass @@ -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