From: Jeremy A. Puhlman Date: Sat, 15 Feb 2020 04:42:50 +0000 (-0800) Subject: libsndfile1: mutlilibize sndfile.h X-Git-Tag: uninative-2.8~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0373b0b40d004fb9900249bd1ba65dea54495960;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libsndfile1: mutlilibize sndfile.h sndfile.h can differ depending on the combined architectures. Signed-off-by: Jeremy A. Puhlman Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb index 7855008f3d8..b1001087662 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb @@ -32,7 +32,11 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa', d)}" PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" -inherit autotools lib_package pkgconfig +inherit autotools lib_package pkgconfig multilib_header + +do_install_append() { + oe_multilib_header sndfile.h +} # This can't be replicated and is just a memory leak. # https://github.com/erikd/libsndfile/issues/398