From: Richard Purdie Date: Wed, 7 Dec 2016 12:09:56 +0000 (+0000) Subject: staging: Drop unused SYSROOT_LOCK X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56fb4af3885831178e384068a8c346d688ca7f88;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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) (From OE-Core rev: b8b261d2e40457ee2e0cf1e8f40bd22230eb8ca7) Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index a0b09a00bd7..bfabd06f3f1 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 () {