diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-04-01 14:17:06 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-02 12:02:37 +0100 |
commit | b544b4b23658580ed3454310852fa8af35f46e78 (patch) | |
tree | 7988e2d6c13919d58c10fe3f5b94284cc1eec6ad /meta/recipes-extended/tar | |
parent | 673d0224cd391fe6d99535c4eb060d56a239c3d8 (diff) | |
download | poky-b544b4b23658580ed3454310852fa8af35f46e78.tar.gz |
package_manager: call createrepo with --dbpath pointing inside WORKDIR
Rpm database in staging area is used only by createrepo.
createrepo fails with the error
"rpmdb: BDB0060 PANIC: fatal region error detected"
if rpm database is broken during previous run of createrepo.
Made createrepo to create rpm db in $WORKDIR/rpmdb/ from scratch
for every build and architecture. This should potentially fix the
failure as every run of createrepo will be using separate db.
[YOCTO #6571]
(From OE-Core rev: fbaddd724855a829698d853a70eee86118d6a5e7)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tar')
0 files changed, 0 insertions, 0 deletions