diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-06 23:07:41 -0700 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-08 22:05:20 -0700 |
| commit | b34271293a93f9e94227a16d5232b56c034d9da5 (patch) | |
| tree | 8be0388bb3e1a5a9bc3d645f7244783f223d1f5f /meta/packages/python/python-gst_0.10.18.bb | |
| parent | d42466ea43827f1c6a5a972819dac273e381d33d (diff) | |
| download | poky-b34271293a93f9e94227a16d5232b56c034d9da5.tar.gz | |
python-gst: upgrade from 0.10.8 to 0.10.18
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/python/python-gst_0.10.18.bb')
| -rw-r--r-- | meta/packages/python/python-gst_0.10.18.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/python/python-gst_0.10.18.bb b/meta/packages/python/python-gst_0.10.18.bb new file mode 100644 index 0000000000..9de07b3c4f --- /dev/null +++ b/meta/packages/python/python-gst_0.10.18.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Python Gstreamer bindings" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "LGPL" | ||
| 4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" | ||
| 5 | PR = "ml1" | ||
| 6 | |||
| 7 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ | ||
| 8 | file://python-path.patch" | ||
| 9 | S = "${WORKDIR}/gst-python-${PV}" | ||
| 10 | |||
| 11 | inherit autotools distutils-base pkgconfig | ||
| 12 | |||
| 13 | EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" | ||
| 14 | |||
| 15 | FILES_${PN} += "${datadir}/gst-python" | ||
| 16 | FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" | ||
| 17 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/" | ||
