diff options
Diffstat (limited to 'recipes/python')
| -rw-r--r-- | recipes/python/python-native_2.6.5.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/python/python-native_2.6.5.bb b/recipes/python/python-native_2.6.5.bb index 66573e9bfd..999335cd65 100644 --- a/recipes/python/python-native_2.6.5.bb +++ b/recipes/python/python-native_2.6.5.bb @@ -20,6 +20,10 @@ S = "${WORKDIR}/Python-${PV}" inherit native +EXTRA_OECONF_append = '\ + --enable-unicode=ucs4 \ +' + EXTRA_OEMAKE = '\ BUILD_SYS="" \ HOST_SYS="" \ |
