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:29:15 -0800 |
commit | 6334ffac9996e48fd5898fdee1db5e7eed6370e2 (patch) | |
tree | bfbbcc91d093ef6a4006d0a357ae3ddf166285a9 /meta/recipes-devtools/python | |
parent | a0d5816ba410e393fa03f5644008625944c1d719 (diff) | |
download | openembedded-core-6334ffac9996e48fd5898fdee1db5e7eed6370e2.tar.gz openembedded-core-6334ffac9996e48fd5898fdee1db5e7eed6370e2.tar.bz2 openembedded-core-6334ffac9996e48fd5898fdee1db5e7eed6370e2.zip |
python-native: PROVIDES python-io-native
python-six-native depends on it.
(From OE-Core rev: 475585ed84bf8dac339f97f811582bf782972930)
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}:" inherit native -RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native" +RPROVIDES += "python-distutils-native \ + python-compression-native \ + python-textutils-native \ + python-codecs-native \ + python-core-native \ + python-unittest-native \ + python-io-native \ +" EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --with-system-expat=${STAGING_DIR_HOST}" |