From c6c4bf84f8a3402bb86f0ed619296f4aa5d69929 Mon Sep 17 00:00:00 2001 From: sivasubramanian Date: Thu, 3 Jan 2019 16:55:25 +0530 Subject: [PATCH] gstreamer1.0-plugins-good: fix souphttpsrc dependency cherry-picked from openembedded-core master Signed-off-by: sivasubramanian Signed-off-by: Otavio Salvador --- .../gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb index 60b6a16e..d527073b 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb @@ -20,6 +20,7 @@ EXTRA_AUTORECONF = "" S = "${WORKDIR}/git" DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2" +RPROVIDES_${PN}-soup += "${PN}-souphttpsrc" inherit gettext -- 2.40.1