mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user