1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

packaged-staging.bbclass: Use a variable for the location of the staging lock file

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-02 17:38:44 +00:00
parent 3c83baeb26
commit a1d93ee326
2 changed files with 5 additions and 5 deletions
+1
View File
@@ -998,6 +998,7 @@ addtask populate_staging after do_install
SYSROOT_PREPROCESS_FUNCS ?= ""
SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir/"
SYSROOT_LOCK = "${STAGING_DIR}/staging.lock"
python do_populate_staging () {
#