From: Changqing Li <[email protected]> fix error: file /usr/include/gpgme.h conflicts between attempted installs of gpgme-dev-1.13.1-r0.core2_64 and lib32-gpgme-dev-1.13.1-r0.core2_32
Signed-off-by: Changqing Li <[email protected]> --- meta/recipes-support/gpgme/gpgme_1.13.1.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/recipes-support/gpgme/gpgme_1.13.1.bb b/meta/recipes-support/gpgme/gpgme_1.13.1.bb index 9fc1ae24a4..0f9f4686dc 100644 --- a/meta/recipes-support/gpgme/gpgme_1.13.1.bb +++ b/meta/recipes-support/gpgme/gpgme_1.13.1.bb @@ -83,3 +83,8 @@ do_configure_prepend () { rm -f ${S}/m4/libassuan.m4 rm -f ${S}/m4/python.m4 } + +inherit multilib_header +do_install_append() { + oe_multilib_header gpgme.h +} -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141439): https://lists.openembedded.org/g/openembedded-core/message/141439 Mute This Topic: https://lists.openembedded.org/mt/76183407/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
