summaryrefslogtreecommitdiff
path: root/recipes/dvsdk/gstreamer-ti_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-22 19:23:16 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-22 19:23:16 +0200
commit734fd70cf46ec2fb8389420b5913f3e4c5d55e93 (patch)
tree19cd8223147731483a2bf3333d8abd5db69fb8ed /recipes/dvsdk/gstreamer-ti_svn.bb
parent998d60e2d579563af9236f34b72dd2370a46cf89 (diff)
gstreamer-ti: add patch to hardcode combo location so users don't have to start apps from $datadir/ti/ all the time
Diffstat (limited to 'recipes/dvsdk/gstreamer-ti_svn.bb')
-rw-r--r--recipes/dvsdk/gstreamer-ti_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/dvsdk/gstreamer-ti_svn.bb b/recipes/dvsdk/gstreamer-ti_svn.bb
index 2b080a0576..e1c4c1e2e9 100644
--- a/recipes/dvsdk/gstreamer-ti_svn.bb
+++ b/recipes/dvsdk/gstreamer-ti_svn.bb
@@ -7,10 +7,11 @@ DEPENDS = "ti-dmai gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly"
# Fetch source from svn repo
SRCREV = "308"
SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
+file://codec_combo_directory_fix.patch;patch=1 \
"
# Again, no '.' in PWD allowed :(
-PR = "r23"
+PR = "r24"
PV = "svnr${SRCREV}"
S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin"