]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager: ensure repodata is wiped
authorRoss Burton <ross@burtonini.com>
Fri, 22 Jan 2021 12:52:05 +0000 (12:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Jan 2021 17:08:49 +0000 (17:08 +0000)
commit88cd40c08109bf732934fa4c8d602c701c1eb2a0
tree014d49683f9cedc67f565cbc9b4fc650b02be707
parentb58e808a087bbc0a5abd78fd34bb6f1c0c93ba25
lib/oe/package_manager: ensure repodata is wiped

When building package indexes for RPM feeds, delete repodata first to
be absolutely sure that the indexes are up to date.

We've seen some mysterious failures where the repodata doesn't match
the repository, so hopefully this will stop that happening.

[ YOCTO #14190 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager/rpm/__init__.py