diff options
| author | Daiane Angolini <daiane.angolini@foundries.io> | 2025-09-03 10:24:42 -0300 |
|---|---|---|
| committer | Daiane Angolini <daiane.angolini@foundries.io> | 2025-09-03 10:24:42 -0300 |
| commit | 2868358d9a6f31e695d1161bbb0db396d32fecf8 (patch) | |
| tree | 07ea53132a3eb6b9d1a7c0178e12685b5a75479e /recipes-multimedia | |
| parent | c876704fa5bc1f08601163b26eb592b8d0bcc899 (diff) | |
| download | meta-freescale-2868358d9a6f31e695d1161bbb0db396d32fecf8.tar.gz | |
gstreamer1.0: Bump 1.24.0 -> 1.24.7 as part of 6.6.52_2.2.0
Bump gstreamer version.
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
Diffstat (limited to 'recipes-multimedia')
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0_1.24.0.imx.bb) | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.24.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.imx.bb index 43cb6a4a2..bd090d156 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0_1.24.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.imx.bb | |||
| @@ -92,14 +92,21 @@ LIC_FILES_CHKSUM = " \ | |||
| 92 | " | 92 | " |
| 93 | 93 | ||
| 94 | # Use i.MX fork of GST for customizations | 94 | # Use i.MX fork of GST for customizations |
| 95 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz" | 95 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ |
| 96 | file://0001-tests-respect-the-idententaion-used-in-meson.patch \ | ||
| 97 | file://0002-tests-add-support-for-install-the-tests.patch \ | ||
| 98 | file://0003-tests-use-a-dictionaries-for-environment.patch \ | ||
| 99 | file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \ | ||
| 100 | " | ||
| 96 | SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} " | 101 | SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} " |
| 97 | GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https" | 102 | GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https" |
| 98 | SRCBRANCH = "MM_04.09.01_2408_L6.6.y" | 103 | SRCBRANCH = "MM_04.09.02_2410_L6.6.y" |
| 99 | SRCREV = "eb286c0766a4fbbae70c8e9dda074f5a90e52e42" | 104 | SRCREV = "1a8f23da16cd224574ab2386803149c76f2cb628" |
| 100 | 105 | ||
| 101 | S = "${WORKDIR}/git" | 106 | S = "${WORKDIR}/git" |
| 102 | 107 | ||
| 108 | PACKAGECONFIG[tests] = "-Dtests=enabled,-Dtests=disabled" | ||
| 109 | |||
| 103 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 110 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |
| 104 | 111 | ||
| 105 | ########### End of i.MX overrides ######### | 112 | ########### End of i.MX overrides ######### |
