From: Alexander Kanavin Date: Sun, 31 Dec 2023 12:23:22 +0000 (+0100) Subject: speexdsp: enable native variant X-Git-Tag: uninative-4.4~553 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f2525e76ad5832faad1968037c8da8b6a285d2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb b/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb index 1e6d09ab92a..435b56bbb84 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)" RCONFLICTS:${PN}-dbg = "speex-dbg (< 1.2rc2)" RCONFLICTS:${PN}-dev = "speex-dev (< 1.2rc2)" RCONFLICTS:${PN}-staticdev = "speex-staticdev (< 1.2rc2)" + +BBCLASSEXTEND = "native"