From: Chen Qi Date: Wed, 6 Sep 2017 04:54:45 +0000 (+0800) Subject: python3-pip: extend to nativesdk X-Git-Tag: yocto-4.0~15633 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31f1e5f438d19aa329e5f38b1ab4e7d521eff8a1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 4456b9b1b10..9b907a26319 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"