summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-06-02 11:48:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-11 10:06:13 +0100
commitece8d4cfcb4ce14cc8173cfa63d8fb295b2820f1 (patch)
treee082c7c89facee13affcefb4d7da2e391fa2b55c
parentbced754b565ce2294e9431f6e656bf02ddc7ca29 (diff)
downloadpoky-ece8d4cfcb4ce14cc8173cfa63d8fb295b2820f1.tar.gz
alsa-plugins: fix libavtp vs. avtp packageconfig
Fix PACKAGECONFIG to refer to libavtp instead of avtp as this is what the project and everything is really called everywhere. (From OE-Core rev: daa6eb4deeb1650b63b712f4c25010819fe5d3f7) Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8824d91fe2063195014c38c134b97946d3b429c2) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb
index c435f61d4c..560fd80f0b 100644
--- a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb
+++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb
@@ -34,7 +34,7 @@ PACKAGECONFIG ??= "\
34 speexdsp \ 34 speexdsp \
35 ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)} \ 35 ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)} \
36" 36"
37PACKAGECONFIG[aaf] = "--enable-aaf,--disable-aaf,avtp" 37PACKAGECONFIG[aaf] = "--enable-aaf,--disable-aaf,libavtp"
38PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" 38PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
39PACKAGECONFIG[libav] = "--enable-libav,--disable-libav,libav" 39PACKAGECONFIG[libav] = "--enable-libav,--disable-libav,libav"
40PACKAGECONFIG[maemo-plugin] = "--enable-maemo-plugin,--disable-maemo-plugin" 40PACKAGECONFIG[maemo-plugin] = "--enable-maemo-plugin,--disable-maemo-plugin"