From: Carlos Rafael Giani Date: Wed, 27 Aug 2014 14:47:04 +0000 (+0200) Subject: gstreamer1.0-plugins-bad: Add DEPENDS on jpeg X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32579 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c13eced019eac49f047a620994c1b56af5d4951;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gstreamer1.0-plugins-bad: Add DEPENDS on jpeg libjpeg is automatically linked to if present. This cannot be turned off. Adding DEPENDS on jpeg 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 52ef3b8486f..e1e13e1b5af 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 libpng" +DEPENDS += "gstreamer1.0-plugins-base bzip2 libpng jpeg" S = "${WORKDIR}/gst-plugins-bad-${PV}"