mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +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:
@@ -49,13 +49,3 @@ FILES_${PN}-dev += "\
|
||||
${bindir}/pygtk-* \
|
||||
${datadir}/pygtk/2.0"
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_includes
|
||||
sed -i s:/usr/share:${STAGING_DATADIR}: codegen/pygtk-codegen-2.0
|
||||
install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR_NATIVE}/
|
||||
install -d ${STAGING_DATADIR}/pygtk/2.0/codegen
|
||||
install -d ${STAGING_DATADIR}/pygtk/2.0/defs/
|
||||
cp -pPr codegen/*.py* ${STAGING_DATADIR}/pygtk/2.0/codegen/
|
||||
cp -pPr *.defs ${STAGING_DATADIR}/pygtk/2.0/defs/
|
||||
cp -pPr gtk/*.defs ${STAGING_DATADIR}/pygtk/2.0/defs/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user