diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-10-29 23:08:22 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-10-29 23:08:22 +0000 |
commit | 113d446f1e5db3da857162e1ee082f04379023f9 (patch) | |
tree | d7fc65fe55dc6a4d98df54d43ddda4b844da9c73 /packages/python/python-native_2.5.1.bb | |
parent | 75d44e35ba889eff8e594625050ae911a4eadd9d (diff) |
Remove final references to BUILD_SYS in staging paths
Diffstat (limited to 'packages/python/python-native_2.5.1.bb')
-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 2587c5f421..ea6e257043 100644 --- a/packages/python/python-native_2.5.1.bb +++ b/packages/python/python-native_2.5.1.bb @@ -17,8 +17,8 @@ S = "${WORKDIR}/Python-${PV}" inherit autotools native -prefix = "${STAGING_DIR}/${BUILD_SYS}" -exec_prefix = "${STAGING_DIR}/${BUILD_SYS}" +prefix = "${STAGING_DIR_NATIVE}/${layout_prefix}" +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" |