python: Drop staging functions. If failures occur we just need to improve do_install

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-19 11:50:58 +00:00
parent 5716a14bf4
commit 47c19bb87a
11 changed files with 12 additions and 63 deletions

View File

@@ -10,10 +10,3 @@ S = "${WORKDIR}/pycairo-${PV}"
inherit distutils pkgconfig
do_stage() {
install -d ${STAGING_INCDIR}
install -m 0644 cairo/pycairo.h ${STAGING_INCDIR}
# nasty pkgconfig fix necessary here
sed -i -e s,${STAGING_DIR_NATIVE},, pycairo.pc
}