diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-27 01:13:47 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-30 17:07:17 +0000 |
| commit | fcb1791f553081e5267c2d0b7795eab224b4a342 (patch) | |
| tree | 16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/python | |
| parent | e380b48602db316c7d12d328192eadc52e5be861 (diff) | |
| download | poky-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz | |
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/python')
| -rw-r--r-- | meta/packages/python/python-gst_0.10.8.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/python/python-gst_0.10.8.bb b/meta/packages/python/python-gst_0.10.8.bb index 224d24b59a..31d3bc94e4 100644 --- a/meta/packages/python/python-gst_0.10.8.bb +++ b/meta/packages/python/python-gst_0.10.8.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar. | |||
| 8 | file://python-path.patch;patch=1" | 8 | file://python-path.patch;patch=1" |
| 9 | S = "${WORKDIR}/gst-python-${PV}" | 9 | S = "${WORKDIR}/gst-python-${PV}" |
| 10 | 10 | ||
| 11 | inherit autotools distutils-base pkgconfig | 11 | inherit autotools_stage distutils-base pkgconfig |
| 12 | 12 | ||
| 13 | EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" | 13 | EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" |
| 14 | 14 | ||
| @@ -17,10 +17,6 @@ do_configure_prepend() { | |||
| 17 | install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ | 17 | install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | do_stage() { | ||
| 21 | autotools_stage_all | ||
| 22 | } | ||
| 23 | |||
| 24 | FILES_${PN} += "${datadir}/gst-python" | 20 | FILES_${PN} += "${datadir}/gst-python" |
| 25 | FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" | 21 | FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" |
| 26 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/" | 22 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/" |
