summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-08-16 17:15:44 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-18 10:40:26 +0100
commitf14f918d9db871cb91811a4f28e42b317634aab4 (patch)
tree48a62209bd05f4b2e06a80ff7fec5052236ac78c /meta/recipes-devtools/python
parentba1a7556b9b190c540519080ffe215f23c037fc7 (diff)
downloadpoky-f14f918d9db871cb91811a4f28e42b317634aab4.tar.gz
python3-native: Add python3-misc-native to RPROVIDES
OE-core commit 800753069f667cd1664d70b3779150c467e3b3fe remove RPROVIDES list to get runtime dependences from manifest file. python3-misc is added in python3 recipe, we need to add native runtime to use python3-misc with native recipes. (From OE-Core rev: 31fd20811f6d11e7ed6ac84caf776ac46cd6fb6f) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-native_3.5.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-native_3.5.3.bb b/meta/recipes-devtools/python/python3-native_3.5.3.bb
index db0e7b9bd8..8cd9c88a82 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.3.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.3.bb
@@ -80,3 +80,5 @@ do_install() {
80 # Tests are large and we don't need them in the native sysroot 80 # Tests are large and we don't need them in the native sysroot
81 rm ${D}${libdir}/python${PYTHON_MAJMIN}/test -rf 81 rm ${D}${libdir}/python${PYTHON_MAJMIN}/test -rf
82} 82}
83
84RPROVIDES += "python3-misc-native"