From: Khem Raj Date: Sat, 24 Jun 2023 05:32:22 +0000 (-0700) Subject: alsa-lib: Disable old API symbols X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=291656940034f97c2276b7e1acdd1cc30b378cdf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git alsa-lib: Disable old API symbols These symbols are currently generated as undefined in the shared object, which means we really do not need them. (From OE-Core rev: a704ba641078d4b31da9d9af13e10c576f4a0b48) Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb index a8bf09904d9..d482e27683b 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.9.bb @@ -16,7 +16,7 @@ inherit autotools pkgconfig EXTRA_OECONF += " \ ${@bb.utils.contains('TARGET_FPU', 'soft', '--with-softfloat', '', d)} \ - --disable-python \ + --disable-python --disable-old-symbols \ " PACKAGES =+ "alsa-server alsa-conf libatopology"