[oe-commits] Carlos Rafael Giani : gstreamer1.0-omx: Add DEPENDS on gstreamer1.0-plugins-bad

git at git.openembedded.org git at git.openembedded.org
Thu Aug 28 07:22:07 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 19dab5d346f2b6f89b2bafded391205f5a90a234
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=19dab5d346f2b6f89b2bafded391205f5a90a234

Author: Carlos Rafael Giani <dv at pseudoterminal.org>
Date:   Wed Aug 27 16:47:01 2014 +0200

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 <dv at pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc
index b423863..d698904 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



More information about the Openembedded-commits mailing list