From 20741d404a9d58ed82d822f80fc5d15785f82935 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 5 May 2010 09:22:19 +0200 Subject: podboy: depend on gst-plugin-mad only for not enterprise distro Signed-off-by: Martin Jansa --- recipes/openmoko-3rdparty/podboy_svn.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/openmoko-3rdparty/podboy_svn.bb b/recipes/openmoko-3rdparty/podboy_svn.bb index 818ba90264..08c0655588 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 -- cgit v1.2.3