]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager.py (rpm): Allow use of non-signed packages
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 Oct 2017 16:56:31 +0000 (13:56 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2017 11:22:45 +0000 (12:22 +0100)
commitbceafe23cbe12a1ab0628b70865cb8867c7d7ee1
tree79882ac579d3c7dd5f76f121035469a73958b164
parentd7f1fe6c8419b8c59e601c56245373d094cae298
lib/oe/package_manager.py (rpm): Allow use of non-signed packages

When we wish to use the package feed for local development, it does
not uses GPG signed feeds by default but dnf uses package signature
check. We need to configure the GPG signature check out so it works
out of box.

With this patch, installing non-signed packages works:

$: dnf install <package>

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py