diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-06-01 08:35:23 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-06-01 08:35:23 -0700 |
commit | 81f28fda3f5dce85e87eb3cbebf43fa0b630b950 (patch) | |
tree | f050c43a4e67bdd7b160cd40b7020a99674b25c0 /recipes-multimedia | |
parent | 0ed3242eb097938e20fbe938393c75a5690689eb (diff) | |
download | meta-freescale-81f28fda3f5dce85e87eb3cbebf43fa0b630b950.tar.gz |
gstreamer1.0-plugins-good: Fix libsoup runtime dependency
Backport a fix for libsoup:
https://github.com/openembedded/openembedded-core/commit/56c4559788d3d87ceed965aedd03d461df5999aa
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.3.imx.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.3.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.3.imx.bb index feb4b06c..95c8657e 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.3.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.3.imx.bb | |||
@@ -101,6 +101,7 @@ LIC_FILES_CHKSUM = " \ | |||
101 | # fb implementation of v4l2 uses libdrm | 101 | # fb implementation of v4l2 uses libdrm |
102 | DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'v4l2', '${DEPENDS_V4L2}', '', d)}" | 102 | DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'v4l2', '${DEPENDS_V4L2}', '', d)}" |
103 | DEPENDS_V4L2 = "${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', 'libdrm', d)}" | 103 | DEPENDS_V4L2 = "${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', 'libdrm', d)}" |
104 | RDEPENDS:${PN}-soup += "${@bb.utils.contains('PACKAGECONFIG', 'soup', 'libsoup-2.4', '', d)}" | ||
104 | 105 | ||
105 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz" | 106 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz" |
106 | SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} " | 107 | SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} " |