From: Robert Yang Date: Thu, 9 Feb 2017 02:18:57 +0000 (-0800) Subject: python-native: PROVIDES python-io-native X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff8fb9c75a5153049c521a44d8267f3306e879f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-native: PROVIDES python-io-native python-six-native depends on it. Signed-off-by: Robert Yang --- 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 de83cbd76a8..9a6430dba54 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}"