]> code.ossystems Code Review - openembedded-core.git/commit
gpgme: fix configure if 'import distutils' causes output on stderr
authorRoss Burton <ross.burton@intel.com>
Tue, 4 Apr 2017 14:40:01 +0000 (15:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Apr 2017 08:44:10 +0000 (09:44 +0100)
commitebfd79ae6e5954253c3bb0886d476be480b24de8
tree239ae6f032ffe97b34e9e2047bf436bf436f4294
parent087e1204fb27e2952f16c2e4761f5993b7722732
gpgme: fix configure if 'import distutils' causes output on stderr

There are a number of reasons that importing a module could cause output on
stderr that isn't a fatal error (compatibilty problems with inputrc, or encoding
warnings) so backport a patch from autoconf-archive to only check the exit code
instead of asserting that stderr is empty.

[ YOCTO #11231 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gpgme/gpgme/python-import.patch [new file with mode: 0644]
meta/recipes-support/gpgme/gpgme_1.8.0.bb