From 0f316ff7153b1a5cc4851daf7c181fd3d9c3c90a Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 14 Feb 2017 22:25:06 -0800 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-native_2.7.12.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python') 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}" -- cgit v1.2.3-54-g00ecf