]> 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>
Wed, 8 Nov 2017 22:23:43 +0000 (22:23 +0000)
commit24fdebbbfdeadcf3d152a0adf3058c714b193a8f
tree7419d0e39f8ab07fd82df3d316f6b5e45451e7cd
parent44af4f20bfb1fe853ed0b5dfc76bdd2900f47cb0
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>
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