diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-13 11:52:16 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-13 11:52:16 -0300 |
| commit | c31fb35a0da8fa4515b4856d6bf209d32bcbf9c4 (patch) | |
| tree | 05508f6686a9358fdb3464538fae2dd64e4413a5 | |
| parent | a4830351c6ee4435ae9f46cb697feaa25cf8baaf (diff) | |
| parent | 38e279535ab4b9d294ab699f252655140c1b67cd (diff) | |
| download | meta-freescale-c31fb35a0da8fa4515b4856d6bf209d32bcbf9c4.tar.gz | |
Merge pull request #2253 from OSSystems/topic/alsa
alsa-lib: Add new GLIB_64BIT_TIME_FLAGS options
| -rw-r--r-- | recipes-multimedia/alsa/alsa-lib_%.bbappend | 3 | ||||
| -rw-r--r-- | recipes-multimedia/alsa/imx-alsa-plugins_git.bb | 6 |
2 files changed, 3 insertions, 6 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" | ||
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb index 7b17ccb0a..7ad815b16 100644 --- a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb +++ b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Copyright 2013-2016 Freescale Semiconductor | 1 | # Copyright 2013-2016 Freescale Semiconductor |
| 2 | # Copyright 2017-2023 NXP | 2 | # Copyright 2017-2024 NXP |
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 4 | 4 | ||
| 5 | DESCRIPTION = "Freescale alsa-lib plugins" | 5 | DESCRIPTION = "Freescale alsa-lib plugins" |
| @@ -20,8 +20,8 @@ inherit autotools pkgconfig use-imx-headers | |||
| 20 | PV = "1.0.26+${SRCPV}" | 20 | PV = "1.0.26+${SRCPV}" |
| 21 | 21 | ||
| 22 | SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" | 22 | SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" |
| 23 | SRCBRANCH = "MM_04.09.02_2410_L6.6.y" | 23 | SRCBRANCH = "MM_04.09.03_2412_L6.12.y" |
| 24 | SRCREV = "b2ba082e70333f187972ee4e85f63f9d2f608331" | 24 | SRCREV = "eaf0900662d6381bcc433165219280cca1752890" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
| 27 | 27 | ||
