diff options
| author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-08-27 16:47:02 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-28 15:12:43 +0100 |
| commit | f0f50a97839cb3b9a9c67280c119ea5c2ec336e0 (patch) | |
| tree | a93051d3b8a3482b021d93c7d506ab266b546ee6 /meta | |
| parent | b5c2294c3a33ab1e426e556c4b07d522c9ae38e6 (diff) | |
| download | poky-f0f50a97839cb3b9a9c67280c119ea5c2ec336e0.tar.gz | |
gstreamer1.0-plugins-bad: Add DEPENDS on libpng
libpng is automatically linked to if present. This cannot be turned off.
Adding DEPENDS on libpng ensures that a proper dependency is established.
(From OE-Core rev: 413d5665cedd740125862e5eec5ca1f3b38b8363)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index b5fc2234d3..8a7c5c1d62 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
| @@ -2,7 +2,7 @@ require gstreamer1.0-plugins.inc | |||
| 2 | 2 | ||
| 3 | LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " | 3 | LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " |
| 4 | 4 | ||
| 5 | DEPENDS += "gstreamer1.0-plugins-base bzip2" | 5 | DEPENDS += "gstreamer1.0-plugins-base bzip2 libpng" |
| 6 | 6 | ||
| 7 | S = "${WORKDIR}/gst-plugins-bad-${PV}" | 7 | S = "${WORKDIR}/gst-plugins-bad-${PV}" |
| 8 | 8 | ||
