diff options
Diffstat (limited to 'meta-extras')
-rw-r--r-- | meta-extras/packages/python/python-gst_0.10.8.bb (renamed from meta-extras/packages/python/python-gst_0.10.7.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-extras/packages/python/python-gst_0.10.7.bb b/meta-extras/packages/python/python-gst_0.10.8.bb index ef4cac7b6b..224d24b59a 100644 --- a/meta-extras/packages/python/python-gst_0.10.7.bb +++ b/meta-extras/packages/python/python-gst_0.10.8.bb | |||
@@ -1,12 +1,11 @@ | |||
1 | DESCRIPTION = "Python Gstreamer bindings" | 1 | DESCRIPTION = "Python Gstreamer bindings" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | DEPENDS = "gstreamer python-pygobject" | 4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" |
5 | PR = "r1" | 5 | PR = "ml1" |
6 | 6 | ||
7 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ | 7 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ |
8 | file://python-path.patch;patch=1" | 8 | file://python-path.patch;patch=1" |
9 | |||
10 | S = "${WORKDIR}/gst-python-${PV}" | 9 | S = "${WORKDIR}/gst-python-${PV}" |
11 | 10 | ||
12 | inherit autotools distutils-base pkgconfig | 11 | inherit autotools distutils-base pkgconfig |
@@ -22,4 +21,6 @@ do_stage() { | |||
22 | autotools_stage_all | 21 | autotools_stage_all |
23 | } | 22 | } |
24 | 23 | ||
25 | FILES_${PN}-dbg = "${libdir}/python2.4/site-packages/gst-0.10/gst/.debug/" | 24 | FILES_${PN} += "${datadir}/gst-python" |
25 | FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" | ||
26 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/" | ||