From: Richard Purdie Date: Mon, 13 Jun 2016 08:11:31 +0000 (+0100) Subject: python-ptyprocess: Extend to cover nativesdk X-Git-Tag: uninative-1.3~668 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=76de50fa96de306d8168bdc4c3820a8c6ab257d2;p=openembedded-core.git python-ptyprocess: Extend to cover nativesdk ''' WARNING: Nothing RPROVIDES 'nativesdk-python-ptyprocess' (but virtual:nativesdk:/media/build1/poky/meta/recipes-devtools/python/python-pexpect_4.1.0.bb RDEPENDS on or otherwise requires it) ''' Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb index a9f7b4fd2c..931e5a7d49 100644 --- a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb +++ b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb @@ -19,3 +19,5 @@ inherit setuptools RDEPENDS_${PN} = "\ python-core \ " + +BBCLASSEXTEND = "nativesdk"