aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-02-22 09:26:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 12:54:19 +0000
commit4aca17e945c51c9ca1fff61c0ef7b512413dea81 (patch)
tree9da26ea8c4594cf1933e7e8817a269a8cfe75528 /meta
parent1b7421307e835904ebde17e8eeb9f2c04e0c758c (diff)
downloadopenembedded-core-contrib-4aca17e945c51c9ca1fff61c0ef7b512413dea81.tar.gz
python-pexpect: 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')
-rw-r--r--meta/recipes-devtools/python/python-pexpect_4.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pexpect_4.2.1.bb b/meta/recipes-devtools/python/python-pexpect_4.2.1.bb
index 95a079002e..1321797ef9 100644
--- a/meta/recipes-devtools/python/python-pexpect_4.2.1.bb
+++ b/meta/recipes-devtools/python/python-pexpect_4.2.1.bb
@@ -25,4 +25,4 @@ RDEPENDS_${PN} = "\
python-ptyprocess \
"
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"