[oe-commits] Angus Ainslie : intone : remove runtime maplayer and lame depenedency for

git version control git at git.openembedded.org
Thu Jul 16 02:15:47 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 74d4209bb898cd4ac170955eb5f2068eabe16dfa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=74d4209bb898cd4ac170955eb5f2068eabe16dfa

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Sun Jul 12 21:42:59 2009 -0600

intone : remove runtime maplayer and lame depenedency for
ENTERPRISE_DISTRO

---

 recipes/intone/intone_svn.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/intone/intone_svn.bb b/recipes/intone/intone_svn.bb
index fafbe8c..6cbe916 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}"





More information about the Openembedded-commits mailing list