Re: [OE-core] [PATCH v5 2/3] gpg_sign: detached_sign: add signature type support

2016-02-18 Thread Markus Lehtonen
On 17/02/16 17:41, "Ioan-Adrian Ratiu" wrote: >Add support for multiple types of signatures (binary or ascii) >in export_pubkey(). There is no change in behaviour for the function, >the previous implicit

[OE-core] [PATCH v5 2/3] gpg_sign: detached_sign: add signature type support

2016-02-17 Thread Ioan-Adrian Ratiu
Add support for multiple types of signatures (binary or ascii) in export_pubkey(). There is no change in behaviour for the function, the previous implicit default is the new parameter "armor" default. Signed-off-by: Ioan-Adrian Ratiu --- meta/lib/oe/gpg_sign.py | 6 --