diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-02-22 09:26:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:08 +0000 |
commit | 7e6969bdc9566b5ba25d4ebcd47e03d2f681f223 (patch) | |
tree | cf3729dcac21d2accec0f5ea284d250535866599 /meta | |
parent | c986fc66bece82286016e2613b948bfe6fa83a82 (diff) | |
download | poky-7e6969bdc9566b5ba25d4ebcd47e03d2f681f223.tar.gz |
python-pexpect: BBCLASSEXTEND to native
Some developers might need it.
(From OE-Core rev: 4aca17e945c51c9ca1fff61c0ef7b512413dea81)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-pexpect_4.2.1.bb | 2 |
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} = "\ | |||
25 | python-ptyprocess \ | 25 | python-ptyprocess \ |
26 | " | 26 | " |
27 | 27 | ||
28 | BBCLASSEXTEND = "nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |