summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2020-02-14 20:42:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-15 22:42:13 +0000
commit518198451fddfbd42520d9df2ff50c5979dec6eb (patch)
tree1bb5e468036af0c5e171f6515fe41e1e11e723b1 /meta/recipes-multimedia
parent58e513717f7659d108bd68323042a5f78481fb9f (diff)
downloadpoky-518198451fddfbd42520d9df2ff50c5979dec6eb.tar.gz
libsndfile1: mutlilibize sndfile.h
sndfile.h can differ depending on the combined architectures. (From OE-Core rev: 0373b0b40d004fb9900249bd1ba65dea54495960) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb
index 7855008f3d..b100108766 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)}"
32PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" 32PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
33PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" 33PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3"
34 34
35inherit autotools lib_package pkgconfig 35inherit autotools lib_package pkgconfig multilib_header
36
37do_install_append() {
38 oe_multilib_header sndfile.h
39}
36 40
37# This can't be replicated and is just a memory leak. 41# This can't be replicated and is just a memory leak.
38# https://github.com/erikd/libsndfile/issues/398 42# https://github.com/erikd/libsndfile/issues/398