diff options
| -rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.13.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.13.1.bb b/meta/recipes-support/gpgme/gpgme_1.13.1.bb index 9fc1ae24a4..b51534351d 100644 --- a/meta/recipes-support/gpgme/gpgme_1.13.1.bb +++ b/meta/recipes-support/gpgme/gpgme_1.13.1.bb | |||
| @@ -59,7 +59,7 @@ EXTRA_OECONF += '--enable-languages="${LANGUAGES}" \ | |||
| 59 | --disable-lang-python-test \ | 59 | --disable-lang-python-test \ |
| 60 | ' | 60 | ' |
| 61 | 61 | ||
| 62 | inherit autotools texinfo binconfig-disabled pkgconfig distutils-common-base ${PYTHON_INHERIT} | 62 | inherit autotools texinfo binconfig-disabled pkgconfig distutils-common-base ${PYTHON_INHERIT} multilib_header |
| 63 | 63 | ||
| 64 | export PKG_CONFIG='pkg-config' | 64 | export PKG_CONFIG='pkg-config' |
| 65 | 65 | ||
| @@ -83,3 +83,7 @@ do_configure_prepend () { | |||
| 83 | rm -f ${S}/m4/libassuan.m4 | 83 | rm -f ${S}/m4/libassuan.m4 |
| 84 | rm -f ${S}/m4/python.m4 | 84 | rm -f ${S}/m4/python.m4 |
| 85 | } | 85 | } |
| 86 | |||
| 87 | do_install_append() { | ||
| 88 | oe_multilib_header gpgme.h | ||
| 89 | } | ||
