diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-05-11 07:39:10 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-11 07:39:10 -0300 |
| commit | dc2173bbfe61dce489178caf68df6b0e4d9d5174 (patch) | |
| tree | 9fe8359f00381462e564ae08e556f273a634ec5e | |
| parent | 09b657d839c866d6618f897d1970f579d6e824ab (diff) | |
| parent | fb06b946552e5cba9822825bbd386c80d59ac2b1 (diff) | |
| download | meta-freescale-dc2173bbfe61dce489178caf68df6b0e4d9d5174.tar.gz | |
Merge pull request #1074 from dv1/kirkstone
libimxvpuapi2 and gstreamer1.0-plugins-imx upgrades
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.1.0.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.0.0.bb) | 2 | ||||
| -rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.1.bb (renamed from recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.0.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.1.0.bb index 8c05f8307..fb18f1bb4 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.0.0.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.1.0.bb | |||
| @@ -15,7 +15,7 @@ RDEPENDS:gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparser | |||
| 15 | PV .= "+git${SRCPV}" | 15 | PV .= "+git${SRCPV}" |
| 16 | 16 | ||
| 17 | SRCBRANCH ?= "master" | 17 | SRCBRANCH ?= "master" |
| 18 | SRCREV = "11e3a555a280f97d55d5243e8259a255b3ed14d0" | 18 | SRCREV = "b1e5cca1a6df9d2c0dc505ae222775798108d340" |
| 19 | SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH};protocol=https" | 19 | SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH};protocol=https" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.1.bb index cefd01121..41b14de20 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.1.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "virtual/imxvpu libimxdmabuffer" | |||
| 8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
| 11 | SRCREV = "a650f13fb5de94e0c7c9e77f4d07ea275ea80dac" | 11 | SRCREV = "e81db32d10aee42c74ab50172487e04cbec6cbe0" |
| 12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" | 12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
