diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-07 12:09:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:31:29 +0000 |
commit | 53c9723ea89cb6a2adb63ee5e330a78db44ce5a7 (patch) | |
tree | cb91e4ec09da4ca95e7625d0c41564057382f820 /meta/classes | |
parent | e38775a1d82e6dc60fc96cf243ecb94be964d9b2 (diff) | |
download | poky-53c9723ea89cb6a2adb63ee5e330a78db44ce5a7.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/staging.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
171 | 171 | ||
172 | SYSROOT_PREPROCESS_FUNCS ?= "" | 172 | SYSROOT_PREPROCESS_FUNCS ?= "" |
173 | SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir" | 173 | SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir" |
174 | SYSROOT_LOCK = "${STAGING_DIR}/staging.lock" | ||
175 | 174 | ||
176 | # We clean out any existing sstate from the sysroot if we rerun configure | 175 | # We clean out any existing sstate from the sysroot if we rerun configure |
177 | python sysroot_cleansstate () { | 176 | python sysroot_cleansstate () { |