summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libassuan/libassuan_2.5.3.bb6
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
23BINCONFIG = "${bindir}/libassuan-config" 23BINCONFIG = "${bindir}/libassuan-config"
24 24
25inherit autotools texinfo binconfig-disabled pkgconfig 25inherit autotools texinfo binconfig-disabled pkgconfig multilib_header
26 26
27do_configure_prepend () { 27do_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
32do_install_append () {
33 oe_multilib_header assuan.h
34}
35
32BBCLASSEXTEND = "native nativesdk" 36BBCLASSEXTEND = "native nativesdk"