All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-core][PATCH v3 1/2] alsa-plugins: fix libavtp vs. avtp packageconfig
@ 2022-05-31 21:32 Marcel Ziswiler
  2022-05-31 21:32 ` [oe-core][PATCH v3 2/2] libavtp: add recipe to be able to use aaf config for alsa-plugins Marcel Ziswiler
  0 siblings, 1 reply; 16+ messages in thread
From: Marcel Ziswiler @ 2022-05-31 21:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Peter Bergin, Marcel Ziswiler

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Fix PACKAGECONFIG to refer to libavtp instead of avtp as this is what
the project and everything is really called everywhere.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

Changes in v3:
- New patch.

 meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ??= "\
         speexdsp \
         ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)} \
 "
-PACKAGECONFIG[aaf] = "--enable-aaf,--disable-aaf,avtp"
+PACKAGECONFIG[aaf] = "--enable-aaf,--disable-aaf,libavtp"
 PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
 PACKAGECONFIG[libav] = "--enable-libav,--disable-libav,libav"
 PACKAGECONFIG[maemo-plugin] = "--enable-maemo-plugin,--disable-maemo-plugin"
-- 
2.36.1



^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-06-01 16:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 21:32 [oe-core][PATCH v3 1/2] alsa-plugins: fix libavtp vs. avtp packageconfig Marcel Ziswiler
2022-05-31 21:32 ` [oe-core][PATCH v3 2/2] libavtp: add recipe to be able to use aaf config for alsa-plugins Marcel Ziswiler
2022-06-01  7:30   ` Alexander Kanavin
2022-06-01  8:05     ` Marcel Ziswiler
2022-06-01  8:22       ` Alexander Kanavin
2022-06-01  8:34         ` Marcel Ziswiler
2022-06-01  9:43           ` Alexander Kanavin
2022-06-01 10:52             ` Peter Bergin
2022-06-01 11:48               ` Marcel Ziswiler
2022-06-01  8:13   ` Quentin Schulz
2022-06-01  8:32     ` Marcel Ziswiler
2022-06-01 13:48   ` Luca Ceresoli
2022-06-01 15:14     ` Marcel Ziswiler
2022-06-01 16:49       ` Max Krummenacher
     [not found]   ` <16F483479D2BE28A.13026@lists.openembedded.org>
2022-06-01 15:05     ` Luca Ceresoli
2022-06-01 15:18       ` Marcel Ziswiler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.