mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
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 <mark.hatle@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
1b08a7eb8b
commit
aa2aa9c1b2
@@ -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 () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user