From: Hongxu Jia Date: Thu, 17 Aug 2017 08:35:14 +0000 (-0400) Subject: gpgme: remove local m4/python.m4 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c7e236582028638a26a5855d5e7ba0b55bb8f0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gpgme: remove local m4/python.m4 While multilib, the local m4/python.m4 incorrectly assigned am_cv_python_pyexecdir and am_cv_python_pythondir which caused the following error enabled: ... ERROR: gpgme-1.9.0-r0 do_package: QA Issue: gpgme: Files/directories were installed but not shipped in any package: /usr/lib/python3.5/site-packages/gpg-1.9.0-py3.5.egg-info ... Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gpgme/gpgme_1.9.0.bb b/meta/recipes-support/gpgme/gpgme_1.9.0.bb index 251814743d3..065c34663c7 100644 --- a/meta/recipes-support/gpgme/gpgme_1.9.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.9.0.bb @@ -73,4 +73,5 @@ do_configure_prepend () { # Else these could be used in preference to those in aclocal-copy rm -f ${S}/m4/gpg-error.m4 rm -f ${S}/m4/libassuan.m4 + rm -f ${S}/m4/python.m4 }