From: Chen Qi Date: Wed, 6 Sep 2017 04:54:45 +0000 (+0800) Subject: python3-pip: extend to nativesdk X-Git-Tag: 2017-10~303 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=31f1e5f438d19aa329e5f38b1ab4e7d521eff8a1;p=openembedded-core.git 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. Signed-off-by: Chen Qi Signed-off-by: Ross Burton --- 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} = "\ python3-xmlrpc \ " -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"