]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/gpg_sign.py: Fix gpg verification
authorDaniel McGregor <daniel.mcgregor@vecima.com>
Tue, 18 May 2021 22:09:29 +0000 (16:09 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 May 2021 10:04:16 +0000 (11:04 +0100)
commit4acd52e2111cbe783201dec42df027945dad62ee
tree33dd0242b9b8da7db2a7bbb9cd8b9bb3f3bcd3e7
parent01a9358abe821c1da06c3243ccbcc93348042937
lib/oe/gpg_sign.py: Fix gpg verification

A stray space made it into the command for verifying gpg signatures.
This caused verification to fail, at least on my host. Removing the
space makes it work as expected.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/gpg_sign.py