aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-07-12 21:42:59 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-07-12 21:42:59 -0600
commit74d4209bb898cd4ac170955eb5f2068eabe16dfa (patch)
tree4eb7dafd300bb42665c9d491ceb47895711b5b48
parent4116ad3efaf16fa4696cdea66b20abe5bb507490 (diff)
downloadopenembedded-74d4209bb898cd4ac170955eb5f2068eabe16dfa.tar.gz
intone : remove runtime maplayer and lame depenedency for
ENTERPRISE_DISTRO
-rw-r--r--recipes/intone/intone_svn.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/intone/intone_svn.bb b/recipes/intone/intone_svn.bb
index fafbe8cd75..6cbe91682f 100644
--- a/recipes/intone/intone_svn.bb
+++ b/recipes/intone/intone_svn.bb
@@ -4,10 +4,12 @@ AUTHOR = "cchandel"
LICENSE = "GPLv2"
SECTION = "e/apps"
DEPENDS = "elementary eina sqlite3 edbus"
-RDEPENDS = "mplayer lame libxv libsdl-x11"
+RDEPENDS = "libxv libsdl-x11"
+RDEPENDS += ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'mplayer', d)}
+RDEPENDS += ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame', d)}
PV = "0.0.1+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
SRC_URI = "svn://intone.googlecode.com/svn/trunk;module=.;proto=http"
S = "${WORKDIR}"