mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user