From: Richard Purdie Date: Mon, 13 Jun 2016 08:11:59 +0000 (+0100) Subject: python3-native Add RPROVIDES python3-importlib-native X-Git-Tag: uninative-1.3~667 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3f7359d9ff64785f8e7237f0187547c5e70f47d1;p=openembedded-core.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 126935be52..fbe04c6162 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"