]> code.ossystems Code Review - openembedded-core.git/commit
package-index: index also subdirectories when using rpm
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 19 Mar 2018 09:38:27 +0000 (11:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Mar 2018 09:30:19 +0000 (09:30 +0000)
commitf2a568ddb22f38114fdbc1d389c7556386ebb1fa
tree1e404e45bbffd1b93e28423525d266140a24df69
parent3fa440b0d8090135a66f6ddbd0db77c94760686e
package-index: index also subdirectories when using rpm

Previously only the top-level index was created, which did not
work if PACKAGE_FEED_ARCHS whitelisting (or explicitly listing
architectures in dnf repo files by hand) was in use:
https://lists.yoctoproject.org/pipermail/yocto/2018-March/040327.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=12419

[YOCTO #12419]

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py