diff options
| -rw-r--r-- | meta/recipes-support/libassuan/libassuan_2.5.3.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/libassuan/libassuan_2.5.3.bb b/meta/recipes-support/libassuan/libassuan_2.5.3.bb index 6fb3d2f3a4..52b4c0f1b9 100644 --- a/meta/recipes-support/libassuan/libassuan_2.5.3.bb +++ b/meta/recipes-support/libassuan/libassuan_2.5.3.bb | |||
| @@ -22,11 +22,15 @@ SRC_URI[sha256sum] = "91bcb0403866b4e7c4bc1cc52ed4c364a9b5414b3994f718c70303f7f7 | |||
| 22 | 22 | ||
| 23 | BINCONFIG = "${bindir}/libassuan-config" | 23 | BINCONFIG = "${bindir}/libassuan-config" |
| 24 | 24 | ||
| 25 | inherit autotools texinfo binconfig-disabled pkgconfig | 25 | inherit autotools texinfo binconfig-disabled pkgconfig multilib_header |
| 26 | 26 | ||
| 27 | do_configure_prepend () { | 27 | do_configure_prepend () { |
| 28 | # Else these could be used in preference to those in aclocal-copy | 28 | # Else these could be used in preference to those in aclocal-copy |
| 29 | rm -f ${S}/m4/*.m4 | 29 | rm -f ${S}/m4/*.m4 |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | do_install_append () { | ||
| 33 | oe_multilib_header assuan.h | ||
| 34 | } | ||
| 35 | |||
| 32 | BBCLASSEXTEND = "native nativesdk" | 36 | BBCLASSEXTEND = "native nativesdk" |
