diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 06:10:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 06:10:57 +0000 |
commit | 893cba95a4d30982ddae93c098415ed5e332601e (patch) | |
tree | 610549d343c3bcdcef6a8e89af068eb0e417ae1f /meta-extras/packages | |
parent | 0c2ead9c38913768467a31a12470afb2968c3aeb (diff) | |
download | poky-893cba95a4d30982ddae93c098415ed5e332601e.tar.gz |
python-pygtk2: use STAGING_BINDIR_NATIVE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1870 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages')
-rw-r--r-- | meta-extras/packages/python/python-pygtk2_2.8.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-extras/packages/python/python-pygtk2_2.8.6.bb b/meta-extras/packages/python/python-pygtk2_2.8.6.bb index 5b70de6118..b3d8c93584 100644 --- a/meta-extras/packages/python/python-pygtk2_2.8.6.bb +++ b/meta-extras/packages/python/python-pygtk2_2.8.6.bb | |||
@@ -21,5 +21,5 @@ do_configure_prepend() { | |||
21 | 21 | ||
22 | do_stage() { | 22 | do_stage() { |
23 | autotools_stage_includes | 23 | autotools_stage_includes |
24 | install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR}/ | 24 | install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR_NATIVE}/ |
25 | } | 25 | } |