summaryrefslogtreecommitdiff
path: root/python/python-native_2.3.2.oe
blob: 95ebc29a8f548400ee5b3cd64beae37eec301bb9 (plain)
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
}