From f5c7e236582028638a26a5855d5e7ba0b55bb8f0 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 17 Aug 2017 04:35:14 -0400 Subject: 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 --- meta/recipes-support/gpgme/gpgme_1.9.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/gpgme/gpgme_1.9.0.bb b/meta/recipes-support/gpgme/gpgme_1.9.0.bb index 251814743d..065c34663c 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 } -- cgit 1.2.3-korg