From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 25281607A4 for ; Wed, 27 Jul 2016 03:17:01 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id u6R3H1Dx013417 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 26 Jul 2016 20:17:01 -0700 (PDT) Received: from pek-hostel-deb01.wrs.com (128.224.153.151) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.248.2; Tue, 26 Jul 2016 20:17:00 -0700 From: Chen Qi To: Date: Wed, 27 Jul 2016 11:03:36 +0800 Message-ID: <20160727030338.15620-1-Qi.Chen@windriver.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 Subject: [meta-python][PATCH 1/3] python-pip: extend to nativesdk X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 03:17:04 -0000 Content-Type: text/plain Signed-off-by: Chen Qi --- meta-python/recipes-devtools/python/python-pip_8.1.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pip_8.1.2.bb b/meta-python/recipes-devtools/python/python-pip_8.1.2.bb index 8bb052e..e78b9da 100644 --- a/meta-python/recipes-devtools/python/python-pip_8.1.2.bb +++ b/meta-python/recipes-devtools/python/python-pip_8.1.2.bb @@ -9,3 +9,5 @@ inherit pypi setuptools # Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works RDEPENDS_${PN} = "python-modules python-distribute" + +BBCLASSEXTEND = "nativesdk" -- 2.8.3