From: Richard Purdie Date: Mon, 13 Jun 2016 08:11:59 +0000 (+0100) Subject: python3-native Add RPROVIDES python3-importlib-native X-Git-Tag: yocto-4.0~20918 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f7359d9ff64785f8e7237f0187547c5e70f47d1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-native Add RPROVIDES python3-importlib-native ''' WARNING: Nothing RPROVIDES 'python3-importlib-native' (but virtual:native:/media/build1/poky/meta/recipes-devtools/python/python3-pygobject_3.20.1.bb RDEPENDS on or otherwise requires it) ''' Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-native_3.5.1.bb b/meta/recipes-devtools/python/python3-native_3.5.1.bb index 126935be521..fbe04c61621 100644 --- a/meta/recipes-devtools/python/python3-native_3.5.1.bb +++ b/meta/recipes-devtools/python/python3-native_3.5.1.bb @@ -41,7 +41,7 @@ DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native s inherit native -RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native" +RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native python3-importlib-native" EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip"