]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:59:32 +0000 (09:59 +0000)
commitdad8f073e3ba101bf4651c25ddbcb1aaedbabdbb
tree3ea5e15f5b5f06e5bc46b1797c8d9843fd47f886
parentc256b715e68e21ffc42875d229fb69403db4b4f3
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]

(From OE-Core rev: f2a568ddb22f38114fdbc1d389c7556386ebb1fa)

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