python-native: stage into STAGING_BINDIR_NATIVE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3169 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-11-15 00:27:38 +00:00
parent 8813097d43
commit 3bcc26107c

View File

@@ -25,6 +25,6 @@ do_configure () {
do_stage_append() {
# install pgen for later usage with non-native builds
install Parser/pgen ${STAGING_DIR}/${BUILD_SYS}/bin/
install Parser/pgen ${STAGING_BINDIR_NATIVE}/
}