From: Richard Purdie Date: Wed, 7 Dec 2016 12:09:56 +0000 (+0000) Subject: staging: Drop unused SYSROOT_LOCK X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b8b261d2e40457ee2e0cf1e8f40bd22230eb8ca7;p=openembedded-core.git staging: Drop unused SYSROOT_LOCK This hasn't been used in years and isn't referenced anywhere, drop the definition. (From OE-Core rev: 68258f856f08f35813964e58ef761471e29373ad) Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index a0b09a00bd..bfabd06f3f 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass @@ -171,7 +171,6 @@ addtask populate_sysroot after do_install SYSROOT_PREPROCESS_FUNCS ?= "" SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir" -SYSROOT_LOCK = "${STAGING_DIR}/staging.lock" # We clean out any existing sstate from the sysroot if we rerun configure python sysroot_cleansstate () {