diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-native_3.4.2.bb b/meta/recipes-devtools/python/python3-native_3.4.2.bb index 37399be69c..463957f8c1 100644 --- a/meta/recipes-devtools/python/python3-native_3.4.2.bb +++ b/meta/recipes-devtools/python/python3-native_3.4.2.bb | |||
@@ -42,7 +42,7 @@ inherit native | |||
42 | 42 | ||
43 | RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native" | 43 | RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native" |
44 | 44 | ||
45 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" | 45 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip" |
46 | 46 | ||
47 | EXTRA_OEMAKE = '\ | 47 | EXTRA_OEMAKE = '\ |
48 | BUILD_SYS="" \ | 48 | BUILD_SYS="" \ |