[oe-commits] Klaus Kurzmann : enjoy_svn.bb: add missing DEPENDS for the needed gst-plugins

git version control git at git.openembedded.org
Sun Dec 5 23:10:18 UTC 2010


Module: openembedded.git
Branch: master
Commit: 1265ac068aa9f5bf0d8fee2cfbf8a1492cabe5a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1265ac068aa9f5bf0d8fee2cfbf8a1492cabe5a3

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Dec  5 23:51:47 2010 +0100

enjoy_svn.bb: add missing DEPENDS for the needed gst-plugins

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/e17/enjoy_svn.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/e17/enjoy_svn.bb b/recipes/e17/enjoy_svn.bb
index 919d3f0..bd1c659 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





More information about the Openembedded-commits mailing list