mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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) (From OE-Core rev: 291656940034f97c2276b7e1acdd1cc30b378cdf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user