]> code.ossystems Code Review - openembedded-core.git/commit
gpg_sign.py: get rid of pexpect
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 21 Mar 2016 09:25:50 +0000 (02:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 14:24:25 +0000 (14:24 +0000)
commit4a8a74c62836a20610daf029d4cec0b3087758b2
tree193cd11f64581ba45a8174dd81d8d1ea41a89d3b
parent3cd4f96e94d8756d332b13215ce3ac2e1eaddee7
gpg_sign.py: get rid of pexpect

The python-expect is not installed on the distro such as Ubuntu by
default, and we can get rid of it.

Use RPM_GPG_PASSPHRASE to replace of RPM_GPG_PASSPHRASE_FILE which is
more straightforward.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sign_rpm.bbclass
meta/lib/oe/gpg_sign.py