diff options
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.7.12.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.12.bb b/meta/recipes-devtools/python/python-native_2.7.12.bb index de83cbd76a..9a6430dba5 100644 --- a/meta/recipes-devtools/python/python-native_2.7.12.bb +++ b/meta/recipes-devtools/python/python-native_2.7.12.bb | |||
@@ -25,7 +25,14 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:" | |||
25 | 25 | ||
26 | inherit native | 26 | inherit native |
27 | 27 | ||
28 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native" | 28 | RPROVIDES += "python-distutils-native \ |
29 | python-compression-native \ | ||
30 | python-textutils-native \ | ||
31 | python-codecs-native \ | ||
32 | python-core-native \ | ||
33 | python-unittest-native \ | ||
34 | python-io-native \ | ||
35 | " | ||
29 | 36 | ||
30 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --with-system-expat=${STAGING_DIR_HOST}" | 37 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --with-system-expat=${STAGING_DIR_HOST}" |
31 | 38 | ||