From: Carlos Rafael Giani Date: Wed, 27 Aug 2014 14:47:02 +0000 (+0200) Subject: gstreamer1.0-plugins-bad: Add DEPENDS on libpng X-Git-Tag: 2015-4~1744 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=413d5665cedd740125862e5eec5ca1f3b38b8363;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " -DEPENDS += "gstreamer1.0-plugins-base bzip2" +DEPENDS += "gstreamer1.0-plugins-base bzip2 libpng" S = "${WORKDIR}/gst-plugins-bad-${PV}"