]> code.ossystems Code Review - openembedded-core.git/commit
createrepo: Implement --dbpath command line option
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 1 Apr 2015 12:09:18 +0000 (15:09 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Apr 2015 11:01:10 +0000 (12:01 +0100)
commit32324c0d7f669083cc7066e6dfc8c58248fb5429
tree2e0d6ec784fca93afd2ac46ee7557853f636e59f
parentff1366b0c9db9425d2a29eb823116353f3856dbb
createrepo: Implement --dbpath command line option

--dbpath option can be used in cases where users don't want
createrepo to use system rpm db to avoid possible collisiouns
with other programs.

For bitbake builds it would be possible to specify different
databases even for every createrepo run. Considering that rootfs
builds can run multiple createrepo in parallel, it can help to avoid
race conditions caused by accessing or creating the same rpm database
by multiple createrepo instances at the same time.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/createrepo/createrepo/createrepo-dbpath.patch [new file with mode: 0644]
meta/recipes-support/createrepo/createrepo_0.4.11.bb