python-pygtk2: use STAGING_BINDIR_NATIVE
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 06:10:57 +0000 (06:10 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 06:10:57 +0000 (06:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1870 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/python/python-pygtk2_2.8.6.bb

index 5b70de6..b3d8c93 100644 (file)
@@ -21,5 +21,5 @@ do_configure_prepend() {
 
 do_stage() {
        autotools_stage_includes
-       install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR}/
+       install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR_NATIVE}/
 }