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

@@ -22,14 +22,6 @@ export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR
do_stage() {
autotools_stage_all
install -d ${STAGING_LIBDIR}/../share/pygobject/
cp -dpfR docs/* ${STAGING_LIBDIR}/../share/pygobject/
install -d ${STAGING_LIBDIR}/../share/gtk-doc/html/pygobject/
cp docs/style.css ${STAGING_LIBDIR}/../share/gtk-doc/html/pygobject/
}
PACKAGES += "${PN}-lib"
RDEPENDS_${PN} += "python-textutils"