aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/gstreamer-ti_svn.bb
diff options
context:
space:
mode:
authorBrijesh Singh <bksingh@ti.com>2009-10-10 16:07:29 -0500
committerKoen Kooi <koen@openembedded.org>2009-10-11 22:48:54 +0200
commite01597bcb9688a08157ae14e36332190f1f93b13 (patch)
tree1650196df4ecd2adbd4e14d3200eb07a93be16a3 /recipes/ti/gstreamer-ti_svn.bb
parent3c9d03fe6b10ca5af7e8e509bfcf01d2c53ce548 (diff)
downloadopenembedded-e01597bcb9688a08157ae14e36332190f1f93b13.tar.gz
gstreamer-ti_svn: bump-up svn rev
Update gst_ti recipe to use latest svn rev, rebase omapfb sink patch and remove the uneeded patches.
Diffstat (limited to 'recipes/ti/gstreamer-ti_svn.bb')
-rw-r--r--recipes/ti/gstreamer-ti_svn.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb
index f8ae1e1b7e..6463a45bf9 100644
--- a/recipes/ti/gstreamer-ti_svn.bb
+++ b/recipes/ti/gstreamer-ti_svn.bb
@@ -7,9 +7,8 @@ inherit autotools
DEPENDS = "ti-dmai gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly"
# Fetch source from svn repo
-SRCREV = "335"
+SRCREV = "407"
SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
- file://gstreamer-ti-tracker-824.patch;patch=1 \
file://gstreamer-ti-tracker-462.patch;patch=1 \
file://gstreamer-ti-remove-mp3-decode-support-from-auddec1.patch;patch=1 \
"
@@ -19,7 +18,7 @@ SRC_URI_append_armv7a = " \
"
# Again, no '.' in PWD allowed :(
-PR = "r36"
+PR = "r37"
PV = "svnr${SRCREV}"
S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin"