diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-11-12 13:22:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-11-12 13:22:54 +0000 |
commit | 962c0ea966a402b5b59e87f8e2b66522b2767c0b (patch) | |
tree | a6d0e98057a5c5370aaf7a275a764a552dedaf07 | |
parent | 705918081ea0ec07eb3290929cc87935c4ae6790 (diff) | |
parent | 48dc6e4819b4f97e3b8f518d919c53825bcaa460 (diff) |
merge of '4da6387963b0050f0f62cbd7daa0a2826339e342'
and 'bff6f2c3b18977b23d686ec5fb277c0bd904bb5c'
-rw-r--r-- | packages/python/python-gst_0.10.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-gst_0.10.8.bb b/packages/python/python-gst_0.10.8.bb index 0de7dc81e9..7b3535ce25 100644 --- a/packages/python/python-gst_0.10.8.bb +++ b/packages/python/python-gst_0.10.8.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Python Gstreamer bindings" SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "gstreamer gst-plugins-base python-pygobject" -PR = "ml0" +PR = "ml1" SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ file://python-path.patch;patch=1" @@ -21,4 +21,4 @@ do_stage() { autotools_stage_all } -FILES_${PN}-dbg = "${libdir}/python2.4/site-packages/gst-0.10/gst/.debug/" +FILES_${PN}-dbg = "${libdir}/python2.5/site-packages/gst-0.10/gst/.debug/" |