From: Martin Jansa Date: Wed, 5 May 2010 07:22:46 +0000 (+0200) Subject: starling: depend on gst-plugin-mad only for not enterprise distro X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567dd4c1782bea316844d6b26b881da2d76a4be6;p=openembedded.git starling: depend on gst-plugin-mad only for not enterprise distro Signed-off-by: Martin Jansa --- diff --git a/recipes/starling/starling_0.9.bb b/recipes/starling/starling_0.9.bb index 4fc5689d18..bc1f3694bf 100644 --- a/recipes/starling/starling_0.9.bb +++ b/recipes/starling/starling_0.9.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Starling audio player for GPE" SECTION = "gpe/multimedia" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "gtk+ gstreamer gst-plugins-good gst-plugins-bad esound sqlite libsoup libhandoff" -PR = "r0" +DEPENDS = "gtk+ gstreamer gst-plugins-good gst-plugins-bad ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)} esound sqlite libsoup libhandoff" +PR = "r1" inherit gpe autotools