diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-08-17 04:35:14 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-18 10:40:27 +0100 |
commit | 0bd2dd08e3daf284a6bb7757651af8d40393aec2 (patch) | |
tree | 222dbd90985237367d983dd21a9219b2657d3b1d /meta | |
parent | 26fbd1e3f67fb093b8eada5271e4412b78465977 (diff) | |
download | poky-0bd2dd08e3daf284a6bb7757651af8d40393aec2.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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 () { | |||
73 | # Else these could be used in preference to those in aclocal-copy | 73 | # Else these could be used in preference to those in aclocal-copy |
74 | rm -f ${S}/m4/gpg-error.m4 | 74 | rm -f ${S}/m4/gpg-error.m4 |
75 | rm -f ${S}/m4/libassuan.m4 | 75 | rm -f ${S}/m4/libassuan.m4 |
76 | rm -f ${S}/m4/python.m4 | ||
76 | } | 77 | } |