diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-13 09:11:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:01 +0100 |
commit | 367a102d179a8f43e99817526e803c8aeefb4468 (patch) | |
tree | 40d98555746dba8f55093ce87602599c0c0e7f4f /meta/recipes-devtools | |
parent | 873e56edd4b7fe9325293fea62923961adb6deca (diff) | |
download | poky-367a102d179a8f43e99817526e803c8aeefb4468.tar.gz |
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)
'''
(From OE-Core rev: 3f7359d9ff64785f8e7237f0187547c5e70f47d1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
41 | 41 | ||
42 | inherit native | 42 | inherit native |
43 | 43 | ||
44 | RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native" | 44 | RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native python3-importlib-native" |
45 | 45 | ||
46 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip" | 46 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip" |
47 | 47 | ||