From: Enrico Scholz Date: Sat, 8 May 2010 15:31:15 +0000 (+0200) Subject: packaged-staging: fixed deadlock X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d98ded68ef095b2568a39173eec25053aadc633a;p=openembedded.git packaged-staging: fixed deadlock Acked-by: Tom Rini Signed-off-by: Koen Kooi --- diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass index 56f9dc0dcc..62a78e4c67 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: