diff options
author | Brijesh Singh <bksingh@ti.com> | 2009-09-05 04:13:43 -0500 |
---|---|---|
committer | OpenEmbedded User <oe@OE-builder.(none)> | 2009-09-13 12:37:31 +0200 |
commit | 5c635b365fd3f67c35a777624dc0ac26aedb27f6 (patch) | |
tree | de99afa0033ce5ca4101308a833757b496536031 /recipes/ti/gstreamer-ti_svn.bb | |
parent | 65a3216b1d40c6ced527adc13d09e1b7abdbec68 (diff) |
gstreamer-ti: bump SRCREV and apply patch from tracker 462
Diffstat (limited to 'recipes/ti/gstreamer-ti_svn.bb')
-rw-r--r-- | recipes/ti/gstreamer-ti_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb index 59f7046bac..8fcc528019 100644 --- a/recipes/ti/gstreamer-ti_svn.bb +++ b/recipes/ti/gstreamer-ti_svn.bb @@ -7,13 +7,14 @@ inherit autotools DEPENDS = "ti-dmai gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly" # Fetch source from svn repo -SRCREV = "331" +SRCREV = "335" 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 \ " # Again, no '.' in PWD allowed :( -PR = "r32" +PR = "r33" PV = "svnr${SRCREV}" S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin" |