[oe-commits] Martin Jansa : podboy: depend on gst-plugin-mad only for not enterprise distro

git version control git at git.openembedded.org
Wed May 5 12:27:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 20741d404a9d58ed82d822f80fc5d15785f82935
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=20741d404a9d58ed82d822f80fc5d15785f82935

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed May  5 09:22:19 2010 +0200

podboy: depend on gst-plugin-mad only for not enterprise distro

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/podboy_svn.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/openmoko-3rdparty/podboy_svn.bb b/recipes/openmoko-3rdparty/podboy_svn.bb
index 818ba90..08c0655 100644
--- a/recipes/openmoko-3rdparty/podboy_svn.bb
+++ b/recipes/openmoko-3rdparty/podboy_svn.bb
@@ -7,6 +7,7 @@ PRIORITY = "optional"
 
 SRCREV = "174"
 PV = "1.6.1+svnr${SRCPV}"
+PR = "r1"
 
 PACKAGE_ARCH = "all"
 
@@ -17,7 +18,8 @@ inherit distutils
 
 FILES_${PN} += "${datadir}/podboy ${datadir}/applications/podboy.desktop ${datadir}/pixmaps/podboy.png"
 
-RDEPENDS += "python-compression python-elementary python-gst python-html python-netclient python-netserver python-sqlite3 python-subprocess gst-plugin-alsa gst-plugin-audioconvert gst-plugin-audioresample gst-plugin-bluez gst-plugin-mad gst-plugin-ogg gst-plugin-volume gst-plugin-vorbis"
+DEPENDS = "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
+RDEPENDS += "python-compression python-elementary python-gst python-html python-netclient python-netserver python-sqlite3 python-subprocess gst-plugin-alsa gst-plugin-audioconvert gst-plugin-audioresample gst-plugin-bluez ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad', d)} gst-plugin-ogg gst-plugin-volume gst-plugin-vorbis"
 
 do_compile_prepend() {
 	${STAGING_BINDIR_NATIVE}/edje_cc ${S}/data/podboy.edc





More information about the Openembedded-commits mailing list