]> code.ossystems Code Review - openembedded-core.git/commit
libsolv: fix a kernel-devsrc installation issue
authorMing Liu <liu.ming50@gmail.com>
Mon, 2 Oct 2017 05:25:42 +0000 (07:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:27 +0000 (17:14 +0000)
commit2987ec994705abb7dd18738ba1719aef9d72049a
tree22512e092dd79419ced5bfa87f4a9955cdb8ba95
parentcf4abc5eebdb5f88fefe3fb633bfdc1d2a94f9e3
libsolv: fix a kernel-devsrc installation issue

We encountered a problem when installing kernel-devsrc package on a
intel-x86 target, as follows:
$ dnf install kernel-devsrc
| Installing : kernel-devsrc-1.0-r0.0.intel_corei7_64 1/1
| failed loading RPMDB
| The downloaded packages were saved in cache until the next successful transaction.
| You can remove cached packages by executing 'dnf clean packages'.

It can be fixed by increasing MAX_HDR_CNT and MAX_HDR_DSIZE in libsolv
per test.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-extended/libsolv/libsolv/0001-repo_rpmdb.c-increase-MAX_HDR_CNT-and-MAX_HDR_DSIZE.patch [new file with mode: 0644]
meta/recipes-extended/libsolv/libsolv_0.6.28.bb