diff options
Diffstat (limited to 'python/python-native_2.3.2.oe')
| -rw-r--r-- | python/python-native_2.3.2.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python-native_2.3.2.oe b/python/python-native_2.3.2.oe index e69de29bb2..95ebc29a8f 100644 --- a/python/python-native_2.3.2.oe +++ b/python/python-native_2.3.2.oe @@ -0,0 +1,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 +} + + |
