summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2014-02-13 00:23:07 +1100
committerJan Schmidt <thaytan@noraisin.net>2014-02-13 00:24:25 +1100
commit7218b16f64c53714fef8feec28f731f0f185b577 (patch)
tree69c424c6ac211885f1dd0e101dfc93a3f66ce31b
parenta2e3a302e6feb9b0cac33b9d299b8b7b215f250c (diff)
gst-rtsp-server: Build 1.2 branch in 1.2 cerbero branch
-rw-r--r--recipes/gst-rtsp-server-1.0.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-rtsp-server-1.0.recipe b/recipes/gst-rtsp-server-1.0.recipe
index 1c010159..061b47e8 100644
--- a/recipes/gst-rtsp-server-1.0.recipe
+++ b/recipes/gst-rtsp-server-1.0.recipe
@@ -8,7 +8,7 @@ class Recipe(recipe.Recipe):
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = "--disable-examples --enable-static "
remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gst-rtsp-server'}
- commit = 'origin/master'
+ commit = 'origin/1.2'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ]
files_devel = ['include/gstreamer-1.0/gst/rtsp-server', 'lib/pkgconfig/gstreamer-rtsp-server-1.0.pc']