diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 13:58:05 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 13:58:05 +0000 |
| commit | 5928db1acf5130bb5db0fdcb6b34c3bf4ffe13eb (patch) | |
| tree | 61b9708232e0cf82d4d6faa62ec82ec414a8f828 /meta-extras/packages/python | |
| parent | ae77523c7854990c6f78d2fbeab71401215f4a19 (diff) | |
| download | poky-5928db1acf5130bb5db0fdcb6b34c3bf4ffe13eb.tar.gz | |
python-gst: update to 0.10.8 from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3178 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/python')
| -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/" | ||
