diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2022-08-05 09:22:56 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-08-05 21:17:02 +0000 |
commit | 7079b76052ce902c6b55c8cc169554c49aefb4e4 (patch) | |
tree | f146a3dc8a632015c343c4b2b028eeabdbe7447b /meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bbappend | |
parent | 3147d75c5da239e3fbbaf6145b723f8d76c3fe55 (diff) |
Revert "meta-rcar-gen3: workaround recipe incompatibilities with YP 4.0.2"
This reverts commit d60a670349027852e93d006114b82a82cff5f27a.
Bug-AGL: SPEC-4517
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: I2c8cffa37a99cefa80510998aae1920231006090
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27867
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bbappend | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bbappend deleted file mode 100644 index d1b9fcc80..000000000 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bbappend +++ /dev/null @@ -1,19 +0,0 @@ -RENESAS_GST_PLUGINS_GOOD_URL ?= "gitsm://github.com/renesas-rcar/gstreamer.git;branch=RCAR-GEN3e/1.20.1;protocol=https" - -SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ - file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \ - file://0002-rtpjitterbuffer-Fix-parsing-of-the-mediaclk-direct-f.patch \ - " - -SRC_URI:append = " ${RENESAS_GST_PLUGINS_GOOD_URL}" - -SRCREV = "c8e94177fecb95bc0dcd9d86e8f67cdbc9d913eb" - -DEPENDS += "mmngrbuf-user-module" - -S = "${WORKDIR}/git/subprojects/gst-plugins-good" - -EXTRA_OEMESON:append = " \ - -Dcont-frame-capture=true \ - -Dignore-fps-of-video-standard=true \ -" |