]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-native: stage into STAGING_BINDIR_NATIVE
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 15 Nov 2007 00:27:38 +0000 (00:27 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 15 Nov 2007 00:27:38 +0000 (00:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3169 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/python/python-native_2.4.0.bb

index 195d4fc52ac6874e966ec7c6e208ea807d282f74..4b58853540dae2ddbaee58ae7ae7594623df6ab9 100644 (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}/
 }