summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-07-15 12:05:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-25 15:11:46 +0100
commite4b5c35fd430e1aec8218b4ae4ab51b2b919eec6 (patch)
treeeb19dde21b7323e9cfdd075e7b9b05a8ea9cbc07 /meta/recipes-multimedia
parent4146e3c6a85fff614125a468b8f69a689c7106ac (diff)
downloadpoky-e4b5c35fd430e1aec8218b4ae4ab51b2b919eec6.tar.gz
pulseaudio: add m4-native to DEPENDS
Normally m4-native ends up in the sysroot via the toolchain, but if a non-standard toolchain is used them m4-native may not be installed. However Pulseaudio explicitly checks for m4 in the meson.build, so add it to DEPENDS. (From OE-Core rev: f1c2e21a28f8ad5dc6ff7b0db877aa22e01a9e00) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ddf846635783923d43520c9dd6f63ca59ed6e3b8) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/pulseaudio/pulseaudio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 821ce7d1df..61d5bb00ba 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -61,7 +61,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0e5cd938de1a7a53ea5adac38cc10c39 \
61" 61"
62 62
63# libtool is needed for libltdl, used in module loading. 63# libtool is needed for libltdl, used in module loading.
64DEPENDS = "libatomic-ops libsndfile1 libtool" 64DEPENDS = "m4-native libatomic-ops libsndfile1 libtool"
65# optional 65# optional
66DEPENDS += "udev alsa-lib glib-2.0" 66DEPENDS += "udev alsa-lib glib-2.0"
67DEPENDS += "speexdsp libxml-parser-perl-native libcap" 67DEPENDS += "speexdsp libxml-parser-perl-native libcap"