From fcb1791f553081e5267c2d0b7795eab224b4a342 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 27 Dec 2008 01:13:47 +0000 Subject: classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools --- meta/packages/python/python-gst_0.10.8.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/packages/python') diff --git a/meta/packages/python/python-gst_0.10.8.bb b/meta/packages/python/python-gst_0.10.8.bb index 224d24b59..31d3bc94e 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. file://python-path.patch;patch=1" S = "${WORKDIR}/gst-python-${PV}" -inherit autotools distutils-base pkgconfig +inherit autotools_stage distutils-base pkgconfig EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" @@ -17,10 +17,6 @@ do_configure_prepend() { install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ } -do_stage() { - autotools_stage_all -} - FILES_${PN} += "${datadir}/gst-python" FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/" -- cgit v1.2.3