summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-09 15:16:26 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-05-13 14:52:28 +0000
commit57b84e0a96ed12ed81e9c19528032875e6004fcd (patch)
tree1ec7f1dc29e8f2756617b0614104240fc870c8a7
parent96ca4d323798af3ee3e3b5694509539158088734 (diff)
downloadmeta-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_%.bbappend3
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 = " \
10SRC_URI:append:imx-nxp-bsp = "${IMX_PATCH}" 10SRC_URI:append:imx-nxp-bsp = "${IMX_PATCH}"
11 11
12PACKAGE_ARCH:imx-nxp-bsp = "${MACHINE_SOCARCH}" 12PACKAGE_ARCH:imx-nxp-bsp = "${MACHINE_SOCARCH}"
13
14GLIBC_64BIT_TIME_FLAGS = ""
15INSANE_SKIP:append = " 32bit-time"