diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-08 21:33:57 +0000 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-08 21:33:57 +0000 |
| commit | d0748d3a527ff7ec4f2275487af54e2671ace421 (patch) | |
| tree | 6c1f7ee8b4df038090f015d234ab95528b184a7f /packages/python | |
| parent | bc8dd5341854d1ffc4e31891d6ee404b050e8871 (diff) | |
| parent | f5e0e9b0be026d5f652837c2e3fbe4768f518e92 (diff) | |
merge of 'ea367d406c83c35493f3e8c93c52fad15e9eac1e'
and 'f2ebdb1826372581987a96a662d30d97b544c438'
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}/ |
