]> 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)
committerSteve Sakoman <steve@sakoman.com>
Sat, 29 May 2021 00:22:21 +0000 (14:22 -1000)
commitfeec7cdda906aed37212dc05ea9ff1ef871c28da
tree1206835fa818b5c3acd1247abdf6d18b7f57005d
parent0bfccdee11866d7f4e6c767127379329cd1dea2d
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>
(cherry picked from commit af1d948822cbe6ac7ede9cb4e881db8dc780e308)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oe/gpg_sign.py