aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-02-22 09:26:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 12:54:19 +0000
commit1b7421307e835904ebde17e8eeb9f2c04e0c758c (patch)
tree08fc18a35179474e29f6c49cd4e28bf673cecd62 /meta/recipes-devtools/python
parent62c61087a10cc3b26fbff32c9e2efd1704a39724 (diff)
downloadopenembedded-core-contrib-1b7421307e835904ebde17e8eeb9f2c04e0c758c.tar.gz
python-ptyprocess: BBCLASSEXTEND to native
Some developers might need it. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb2
1 files changed, 1 insertions, 1 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 931e5a7d49..eed24ad2ec 100644
--- a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb
+++ b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb
@@ -20,4 +20,4 @@ RDEPENDS_${PN} = "\
python-core \
"
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"