diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2008-10-08 09:10:16 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2008-10-08 09:10:16 +0000 |
| commit | 3b4ddd90122af06bbb260e264694d77647832ae8 (patch) | |
| tree | b085c8fa44c19c85063fd37b15cfbbd6e0ccf7fc /packages/python | |
| parent | e27ee9f54b1ad02ad85bd705ec5dfbf5eece3628 (diff) | |
| parent | 694a522d4bf8c96eb0dbee16fe789aae7640aadc (diff) | |
merge of '1ad3e9affaa2235122936cd88f0c15b045a4ac3b'
and '9ecdd345fb03610fa596e8cd5e8274e166e80087'
Diffstat (limited to 'packages/python')
| -rw-r--r-- | packages/python/python-native_2.5.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-native_2.5.1.bb b/packages/python/python-native_2.5.1.bb index d43cb520cb..be8fc35a5a 100644 --- a/packages/python/python-native_2.5.1.bb +++ b/packages/python/python-native_2.5.1.bb @@ -26,8 +26,8 @@ exec_prefix = "${STAGING_DIR_NATIVE}/${layout_exec_prefix}" EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc \ --without-cxx --with-signal-module --with-wctype-functions" -EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS="" STAGING_LIBDIR=${STAGING_LIBDIR} \ - STAGING_INCDIR=${STAGING_INCDIR}' +EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS="" STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE} \ + STAGING_INCDIR=${STAGING_INCDIR_NATIVE}' do_stage_append() { install -m 0755 Parser/pgen ${STAGING_BINDIR_NATIVE}/ |
