mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libassuan: multilib header for assuan.h
assuan.h is generated and can differ between mutlilibs. (From OE-Core rev: 21043a168a2c68dd9a2f2f14f404b6f66fc05cf7) Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
518198451f
commit
425e235a73
@@ -22,11 +22,15 @@ SRC_URI[sha256sum] = "91bcb0403866b4e7c4bc1cc52ed4c364a9b5414b3994f718c70303f7f7
|
||||
|
||||
BINCONFIG = "${bindir}/libassuan-config"
|
||||
|
||||
inherit autotools texinfo binconfig-disabled pkgconfig
|
||||
inherit autotools texinfo binconfig-disabled pkgconfig multilib_header
|
||||
|
||||
do_configure_prepend () {
|
||||
# Else these could be used in preference to those in aclocal-copy
|
||||
rm -f ${S}/m4/*.m4
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
oe_multilib_header assuan.h
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user