From: Carlos Rafael Giani Date: Wed, 27 Aug 2014 14:47:01 +0000 (+0200) Subject: gstreamer1.0-omx: Add DEPENDS on gstreamer1.0-plugins-bad X-Git-Tag: 2015-4~1745 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a9790695e207ef989a691d97658d63b022144c7c;p=openembedded-core.git gstreamer1.0-omx: Add DEPENDS on gstreamer1.0-plugins-bad gst-omx links to libgstgl if it is present, and libgstgl is built by gstreamer1.0-plugins-bad. Adding it as a DEPENDS ensures a proper dependency is established. Signed-off-by: Carlos Rafael Giani Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc index b4238634fc..d698904349 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc @@ -3,7 +3,7 @@ SECTION = "multimedia" LICENSE = "LGPLv2.1" LICENSE_FLAGS = "commercial" HOMEPAGE = "http://www.gstreamer.net/" -DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base" +DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" RDEPENDS_${PN} = "libomxil" inherit autotools pkgconfig gettext