[oe-commits] Enrico Scholz : packaged-staging: fixed deadlock

git version control git at git.openembedded.org
Fri May 21 07:19:12 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d98ded68ef095b2568a39173eec25053aadc633a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d98ded68ef095b2568a39173eec25053aadc633a

Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sat May  8 17:31:15 2010 +0200

packaged-staging: fixed deadlock

Acked-by: Tom Rini <tom_rini at mentor.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 classes/packaged-staging.bbclass |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index 56f9dc0..62a78e4 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -277,7 +277,6 @@ python packagestage_scenefunc () {
         if stageok:
             bb.note("Staging package found, using it for %s." % file)
             installcmd = bb.data.getVar("PSTAGE_INSTALL_CMD", d, 1)
-            lf = bb.utils.lockfile(bb.data.expand("${SYSROOT_LOCK}", d))
             ret = os.system("PATH=\"%s\" %s %s" % (path, installcmd, stagepkg))
             bb.utils.unlockfile(lf)
             if ret != 0:





More information about the Openembedded-commits mailing list