diff options
| author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-08-27 16:47:01 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-28 15:12:43 +0100 |
| commit | b5c2294c3a33ab1e426e556c4b07d522c9ae38e6 (patch) | |
| tree | dc920c8225443bbfe5f4df58eb13e9aca4b9017f | |
| parent | 1094091f19efb5d38abd7e81d0d90a0f7d32cbf5 (diff) | |
| download | poky-b5c2294c3a33ab1e426e556c4b07d522c9ae38e6.tar.gz | |
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.
(From OE-Core rev: a9790695e207ef989a691d97658d63b022144c7c)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
| 4 | LICENSE_FLAGS = "commercial" | 4 | LICENSE_FLAGS = "commercial" |
| 5 | HOMEPAGE = "http://www.gstreamer.net/" | 5 | HOMEPAGE = "http://www.gstreamer.net/" |
| 6 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base" | 6 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
| 7 | RDEPENDS_${PN} = "libomxil" | 7 | RDEPENDS_${PN} = "libomxil" |
| 8 | 8 | ||
| 9 | inherit autotools pkgconfig gettext | 9 | inherit autotools pkgconfig gettext |
