diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-05 09:22:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-05 14:25:59 +0200 |
commit | 20741d404a9d58ed82d822f80fc5d15785f82935 (patch) | |
tree | a9daa0cbf38debabc7a11e4df701f746ca8ca3e8 /recipes | |
parent | 9e5ad9b18aeefd82a90411dc233e36ace2583472 (diff) |
podboy: depend on gst-plugin-mad only for not enterprise distro
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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 |