aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-01-14 11:11:47 +0100
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:10 +0200
commiteff23a90cb56b2a5311c1b0e6cf437f754848f7a (patch)
tree59e2df8e1853e43ed213746b890cce48314a12b9
parent9a9098b0bec645db3007ffa764936f2e8c8554e9 (diff)
downloadopenembedded-eff23a90cb56b2a5311c1b0e6cf437f754848f7a.tar.gz
gstreamer-ti: stop recommending all gstreamer plugins, it pulls in way too much
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r--recipes/ti/gstreamer-ti_svn.bb8
1 files changed, 1 insertions, 7 deletions
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}"