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

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: e8a70e99b9db4956c662f193ed1f3c9a3fe8fe22
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e8a70e99b9db4956c662f193ed1f3c9a3fe8fe22

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

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.

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-plugins-bad.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index b5fc223..8a7c5c1 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
 
 LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ "
 
-DEPENDS += "gstreamer1.0-plugins-base bzip2"
+DEPENDS += "gstreamer1.0-plugins-base bzip2 libpng"
 
 S = "${WORKDIR}/gst-plugins-bad-${PV}"
 



More information about the Openembedded-commits mailing list