[oe-commits] [openembedded-core] 28/62: python3-pip: extend to nativesdk

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:17:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 76ad28fc6ab980a84fbc5d4c4c96ca07ffa326a4
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Sep 6 12:54:45 2017 +0800

    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 <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python3-pip_9.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 4456b9b..9b907a2 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list