summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/speex
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-31 13:23:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-07 12:24:57 +0000
commit6e62ccffb6545a264a7da8485d3ed4bc95148566 (patch)
tree6a4d5684e572f45e881cf9569d4c25fe9ae44618 /meta/recipes-multimedia/speex
parent4675bbb757a4755e80914afb6840a640f292fc08 (diff)
downloadpoky-6e62ccffb6545a264a7da8485d3ed4bc95148566.tar.gz
speexdsp: enable native variant
Latest wireshark (4.2.0) is needed for python 3.12 support; it also requires speexdsp unconditionally, and wireshark-native for its own build helper tools in native versions. So speexdsp needs a native version so that wireshark-native builds without error. (From OE-Core rev: 44f2525e76ad5832faad1968037c8da8b6a285d2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/speex')
-rw-r--r--meta/recipes-multimedia/speex/speexdsp_1.2.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb b/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb
index 1e6d09ab92..435b56bbb8 100644
--- a/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb
+++ b/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb
@@ -24,3 +24,5 @@ RCONFLICTS:${PN} = "speex (< 1.2rc2)"
24RCONFLICTS:${PN}-dbg = "speex-dbg (< 1.2rc2)" 24RCONFLICTS:${PN}-dbg = "speex-dbg (< 1.2rc2)"
25RCONFLICTS:${PN}-dev = "speex-dev (< 1.2rc2)" 25RCONFLICTS:${PN}-dev = "speex-dev (< 1.2rc2)"
26RCONFLICTS:${PN}-staticdev = "speex-staticdev (< 1.2rc2)" 26RCONFLICTS:${PN}-staticdev = "speex-staticdev (< 1.2rc2)"
27
28BBCLASSEXTEND = "native"