diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-02-22 09:26:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:08 +0000 |
commit | c986fc66bece82286016e2613b948bfe6fa83a82 (patch) | |
tree | 49112a6b3f997d43c327972e6b3cf3c6a1c018ac /meta/recipes-devtools/python | |
parent | 9365e5f7a986fc1991f53a675e2186f8459d8a79 (diff) | |
download | poky-c986fc66bece82286016e2613b948bfe6fa83a82.tar.gz |
python-ptyprocess: BBCLASSEXTEND to native
Some developers might need it.
(From OE-Core rev: 1b7421307e835904ebde17e8eeb9f2c04e0c758c)
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/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb | 2 |
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} = "\ | |||
20 | python-core \ | 20 | python-core \ |
21 | " | 21 | " |
22 | 22 | ||
23 | BBCLASSEXTEND = "nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |