1 2 3 4 5 6 7 8 9 10 11
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 }