aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-13 09:11:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-14 12:56:32 +0100
commit76de50fa96de306d8168bdc4c3820a8c6ab257d2 (patch)
tree00ccdf38ee327f046de8e09f02204df08e8c35be
parent79aa2d34590660c788e0a6c56ef1bb1a5dda5119 (diff)
downloadopenembedded-core-contrib-76de50fa96de306d8168bdc4c3820a8c6ab257d2.tar.gz
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 <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb2
1 files changed, 2 insertions, 0 deletions
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"