alsa-lib: Remove the GLIBC_64BIT_TIME_FLAGS override

The new code was adding the 64BIT support while this is already
supported by Openembedded-Core meta/conf/distro/include/time64.inc
which is included by default in every distribution.

Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit is contained in:
Rodrigo M. Duarte 2025-05-09 15:16:26 -03:00
parent 9f045fd932
commit 38e279535a

View File

@ -10,6 +10,3 @@ IMX_PATCH = " \
SRC_URI:append:imx-nxp-bsp = "${IMX_PATCH}"
PACKAGE_ARCH:imx-nxp-bsp = "${MACHINE_SOCARCH}"
GLIBC_64BIT_TIME_FLAGS = ""
INSANE_SKIP:append = " 32bit-time"