diff options
| author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-09 15:16:26 -0300 |
|---|---|---|
| committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-13 11:38:33 -0300 |
| commit | 38e279535ab4b9d294ab699f252655140c1b67cd (patch) | |
| tree | 05508f6686a9358fdb3464538fae2dd64e4413a5 | |
| parent | 9f045fd9326de4ab91c30b7d3d1228832de96995 (diff) | |
| download | meta-freescale-38e279535ab4b9d294ab699f252655140c1b67cd.tar.gz | |
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>
| -rw-r--r-- | recipes-multimedia/alsa/alsa-lib_%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-multimedia/alsa/alsa-lib_%.bbappend b/recipes-multimedia/alsa/alsa-lib_%.bbappend index 65498aed1..230cf0957 100644 --- a/recipes-multimedia/alsa/alsa-lib_%.bbappend +++ b/recipes-multimedia/alsa/alsa-lib_%.bbappend | |||
| @@ -10,6 +10,3 @@ IMX_PATCH = " \ | |||
| 10 | SRC_URI:append:imx-nxp-bsp = "${IMX_PATCH}" | 10 | SRC_URI:append:imx-nxp-bsp = "${IMX_PATCH}" |
| 11 | 11 | ||
| 12 | PACKAGE_ARCH:imx-nxp-bsp = "${MACHINE_SOCARCH}" | 12 | PACKAGE_ARCH:imx-nxp-bsp = "${MACHINE_SOCARCH}" |
| 13 | |||
| 14 | GLIBC_64BIT_TIME_FLAGS = "" | ||
| 15 | INSANE_SKIP:append = " 32bit-time" | ||
