include python_${PV}.oe inherit native FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/python-${PV} do_stage_append() { # install pgen for later usage with non-native builds install Parser/pgen ${STAGING_DIR}/build/bin }