From: Mark Hatle Date: Mon, 28 Feb 2011 19:40:37 +0000 (-0600) Subject: populate_sdk_rpm.bbclass: Add the necessary solvedb lock X-Git-Tag: 2011-1~2208 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f17c84c9b1cba52f860752058821b31930674e1a;p=openembedded-core.git populate_sdk_rpm.bbclass: Add the necessary solvedb lock [BUG #776] When using the RPM solve databases, we have to lock our operations to avoid removing it while it's in use. The same lock is shared by the rootfs_rpm.bbclass Signed-off-by: Mark Hatle --- diff --git a/meta/classes/populate_sdk_rpm.bbclass b/meta/classes/populate_sdk_rpm.bbclass index 0afe042fd6..da308c12cd 100644 --- a/meta/classes/populate_sdk_rpm.bbclass +++ b/meta/classes/populate_sdk_rpm.bbclass @@ -5,6 +5,7 @@ rpmlibdir = "/var/lib/rpm" RPMOPTS="--dbpath ${rpmlibdir} --define='_openall_before_chroot 1'" RPM="rpm ${RPMOPTS}" +do_populate_sdk[lockfiles] += "${DEPLOY_DIR_RPM}/rpm.lock" populate_sdk_post_rpm () {