diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-14 22:25:06 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:50 -0800 |
| commit | 0f316ff7153b1a5cc4851daf7c181fd3d9c3c90a (patch) | |
| tree | cf9b94333d711e9c84f8eae94d2952c713fd1b60 /meta/recipes-devtools/python | |
| parent | 7c8eb1030e8f50d47d49d02b34aa68ca7f907bac (diff) | |
| download | poky-0f316ff7153b1a5cc4851daf7c181fd3d9c3c90a.tar.gz | |
python-native: PROVIDES python-io-native
python-six-native depends on it.
(From OE-Core rev: 475585ed84bf8dac339f97f811582bf782972930)
(From OE-Core rev: 6334ffac9996e48fd5898fdee1db5e7eed6370e2)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -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 | ||
