From: Robert Yang Date: Wed, 15 Feb 2017 06:25:06 +0000 (-0800) Subject: python-native: PROVIDES python-io-native X-Git-Tag: uninative-1.5~226 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6334ffac9996e48fd5898fdee1db5e7eed6370e2;p=openembedded-core.git python-native: PROVIDES python-io-native python-six-native depends on it. (From OE-Core rev: 475585ed84bf8dac339f97f811582bf782972930) Signed-off-by: Robert Yang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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}"