summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-09-06 12:54:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 17:30:29 +0100
commit004234c5b2b3f8bbd60f46255fb3dcf9bfa18221 (patch)
tree4877a8a49822a12915d13d918cca151adf2a956e /meta/recipes-devtools/python
parent9177ad0f2de1e62c0c8123b8000e429ca603a650 (diff)
downloadpoky-004234c5b2b3f8bbd60f46255fb3dcf9bfa18221.tar.gz
python3-pip: extend to nativesdk
Extend python3-pip to nativesdk because some nativesdk python3 packages need it, e.g. nativesdk-python3-django from meta-python layer. (From OE-Core rev: 31f1e5f438d19aa329e5f38b1ab4e7d521eff8a1) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-pip_9.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_9.0.1.bb b/meta/recipes-devtools/python/python3-pip_9.0.1.bb
index 4456b9b1b1..9b907a2631 100644
--- a/meta/recipes-devtools/python/python3-pip_9.0.1.bb
+++ b/meta/recipes-devtools/python/python3-pip_9.0.1.bb
@@ -53,4 +53,4 @@ RDEPENDS_${PN} = "\
53 python3-xmlrpc \ 53 python3-xmlrpc \
54" 54"
55 55
56BBCLASSEXTEND = "native" 56BBCLASSEXTEND = "native nativesdk"