From: Klaus Kurzmann Date: Sun, 5 Dec 2010 22:51:47 +0000 (+0100) Subject: enjoy_svn.bb: add missing DEPENDS for the needed gst-plugins X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1265ac068aa9f5bf0d8fee2cfbf8a1492cabe5a3;p=openembedded.git enjoy_svn.bb: add missing DEPENDS for the needed gst-plugins Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/e17/enjoy_svn.bb b/recipes/e17/enjoy_svn.bb index 919d3f0417..bd1c659f3f 100644 --- a/recipes/e17/enjoy_svn.bb +++ b/recipes/e17/enjoy_svn.bb @@ -3,7 +3,9 @@ LICENSE = "LGPLv3" DEPENDS = "evas ecore edje emotion lightmediascanner" SRCREV = "${EFL_SRCREV}" PV = "0.0+svnr${SRCPV}" -PR = "r1" +PR = "r2" + +DEPENDS = "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}" #1st needed for all formats #2nd needed for mp3 playback