]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Fri, 25 Mar 2016 10:29:14 +0000 (10:29 +0000)
commit3e5c5fe330b6a48c53ce9715abaae4250201e1a2
tree7ae6839b16bc860628e75f480c5c21e60dcc9d3c
parent05d7e0db5d1de2643284edf7fccaf47616145bd6
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.

(From OE-Core rev: 4a8a74c62836a20610daf029d4cec0b3087758b2)

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