diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-09 15:16:26 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-13 14:52:28 +0000 |
commit | 57b84e0a96ed12ed81e9c19528032875e6004fcd (patch) | |
tree | 1ec7f1dc29e8f2756617b0614104240fc870c8a7 | |
parent | 96ca4d323798af3ee3e3b5694509539158088734 (diff) | |
download | meta-freescale-57b84e0a96ed12ed81e9c19528032875e6004fcd.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>
(cherry picked from commit 38e279535ab4b9d294ab699f252655140c1b67cd)
-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 65498aed..230cf095 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" | ||