From: Koen Kooi Date: Thu, 14 Jan 2010 10:11:47 +0000 (+0100) Subject: gstreamer-ti: stop recommending all gstreamer plugins, it pulls in way too much X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff23a90cb56b2a5311c1b0e6cf437f754848f7a;p=openembedded.git gstreamer-ti: stop recommending all gstreamer plugins, it pulls in way too much Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb index d66c837031..4190f6fe89 100644 --- a/recipes/ti/gstreamer-ti_svn.bb +++ b/recipes/ti/gstreamer-ti_svn.bb @@ -4,7 +4,7 @@ DEPENDS = "ti-dmai gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly" SRCREV = "563" # Again, no '.' in PWD allowed :( PV = "svnr${SRCREV}" -PR = "r39" +PR = "r40" GST_TI_RC_SCRIPT_omap3 = "gstreamer-ti-omap3530-rc.sh" GST_TI_RC_SCRIPT_dm6446="gstreamer-ti-dm6446-rc.sh" @@ -77,12 +77,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES += "gstreamer-ti-demo-script" RDEPENDS_gstreamer-ti-demo-script = "${PN}" -RRECOMMENDS_${PN} = " \ -gst-plugins-base-meta \ -gst-plugins-good-meta \ -gst-plugins-bad-meta \ -gst-plugins-ugly-meta \ -ti-dmai-apps" FILES_gstreamer-ti-demo-script = "${installdir}/gst/*" FILES_${PN} += "${libdir}/gstreamer-0.10/*.so ${sysconfdir}"