diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-11-12 13:21:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-11-12 13:21:25 +0000 |
commit | 48dc6e4819b4f97e3b8f518d919c53825bcaa460 (patch) | |
tree | 38b91ced24d9e82102d3bc43ecdeed1ee36d3c23 | |
parent | 9cd8b738923ec0f52c39bd8c1d342533d2038602 (diff) |
python-gst: fix FILES
-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/" |