diff options
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 |