diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 00:27:38 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 00:27:38 +0000 |
commit | 3bcc26107ca25e1c994266f57b5d0b30c767e36b (patch) | |
tree | 3e2841fad8b9a5c270484671f99df4055466b4ae /meta-extras/packages/python | |
parent | 8813097d43e20d650148636c1dfa651a0b7924f5 (diff) | |
download | poky-3bcc26107ca25e1c994266f57b5d0b30c767e36b.tar.gz |
python-native: stage into STAGING_BINDIR_NATIVE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3169 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/python')
-rw-r--r-- | meta-extras/packages/python/python-native_2.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-extras/packages/python/python-native_2.4.0.bb b/meta-extras/packages/python/python-native_2.4.0.bb index 195d4fc52a..4b58853540 100644 --- a/meta-extras/packages/python/python-native_2.4.0.bb +++ b/meta-extras/packages/python/python-native_2.4.0.bb | |||
@@ -25,6 +25,6 @@ do_configure () { | |||
25 | 25 | ||
26 | do_stage_append() { | 26 | do_stage_append() { |
27 | # install pgen for later usage with non-native builds | 27 | # install pgen for later usage with non-native builds |
28 | install Parser/pgen ${STAGING_DIR}/${BUILD_SYS}/bin/ | 28 | install Parser/pgen ${STAGING_BINDIR_NATIVE}/ |
29 | } | 29 | } |
30 | 30 | ||