summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/python-native_2.3.3.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe
index 97859cc184..b2e142a1f6 100644
--- a/python/python-native_2.3.3.oe
+++ b/python/python-native_2.3.3.oe
@@ -18,7 +18,7 @@ do_configure () {
oe_runconf
}
-do_stage() {
+do_stage_append() {
# install pgen for later usage with non-native builds
install Parser/pgen ${STAGING_DIR}/build/bin
}