diff options
| author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2022-06-02 11:48:09 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-11 10:06:13 +0100 |
| commit | ece8d4cfcb4ce14cc8173cfa63d8fb295b2820f1 (patch) | |
| tree | e082c7c89facee13affcefb4d7da2e391fa2b55c | |
| parent | bced754b565ce2294e9431f6e656bf02ddc7ca29 (diff) | |
| download | poky-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.bb | 2 |
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 | " |
| 37 | PACKAGECONFIG[aaf] = "--enable-aaf,--disable-aaf,avtp" | 37 | PACKAGECONFIG[aaf] = "--enable-aaf,--disable-aaf,libavtp" |
| 38 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 38 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
| 39 | PACKAGECONFIG[libav] = "--enable-libav,--disable-libav,libav" | 39 | PACKAGECONFIG[libav] = "--enable-libav,--disable-libav,libav" |
| 40 | PACKAGECONFIG[maemo-plugin] = "--enable-maemo-plugin,--disable-maemo-plugin" | 40 | PACKAGECONFIG[maemo-plugin] = "--enable-maemo-plugin,--disable-maemo-plugin" |
