summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/python/python-gst_0.10.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-extras/packages/python/python-gst_0.10.7.bb b/meta-extras/packages/python/python-gst_0.10.7.bb
index d206c0ab12..4980642269 100644
--- a/meta-extras/packages/python/python-gst_0.10.7.bb
+++ b/meta-extras/packages/python/python-gst_0.10.7.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Python Gstreamer bindings" 1DESCRIPTION = "Python Gstreamer bindings"
2SECTION = "devel/python" 2SECTION = "devel/python"
3LICENSE = "LGPL" 3LICENSE = "LGPL"
4DEPENDS = "gstreamer" 4DEPENDS = "gstreamer python-pygobject"
5 5
6SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ 6SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
7 file://python-path.patch;patch=1" 7 file://python-path.patch;patch=1"