[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7270/8267] gpgme: remove local m4/python.m4



commit 0bd2dd08e3daf284a6bb7757651af8d40393aec2
Author: Hongxu Jia <hongxu jia windriver com>
Date:   Thu Aug 17 04:35:14 2017 -0400

    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
    ...
    
    (From OE-Core rev: f5c7e236582028638a26a5855d5e7ba0b55bb8f0)
    
    Signed-off-by: Hongxu Jia <hongxu jia windriver com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-support/gpgme/gpgme_1.9.0.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-support/gpgme/gpgme_1.9.0.bb b/meta/recipes-support/gpgme/gpgme_1.9.0.bb
index 2518147..065c346 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
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]