From: Michael Lauer Date: Mon, 12 Nov 2007 15:27:53 +0000 (+0000) Subject: python-gst: fix packaging -- NEVER EVER use python2.4 directly, use ${PYTHON_DIR} X-Git-Tag: Release-2010-05/1~8419^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5b25edc0b086d0e85c794531da02170f659913;p=openembedded.git python-gst: fix packaging -- NEVER EVER use python2.4 directly, use ${PYTHON_DIR} --- diff --git a/packages/python/python-gst_0.10.8.bb b/packages/python/python-gst_0.10.8.bb index 0de7dc81e9..224d24b59a 100644 --- a/packages/python/python-gst_0.10.8.bb +++ b/packages/python/python-gst_0.10.8.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Python Gstreamer bindings" SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "gstreamer gst-plugins-base python-pygobject" -PR = "ml0" +PR = "ml1" SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ file://python-path.patch;patch=1" @@ -21,4 +21,6 @@ do_stage() { autotools_stage_all } -FILES_${PN}-dbg = "${libdir}/python2.4/site-packages/gst-0.10/gst/.debug/" +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/"