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 12:54:19 +0000 |
commit | 1b7421307e835904ebde17e8eeb9f2c04e0c758c (patch) | |
tree | 08fc18a35179474e29f6c49cd4e28bf673cecd62 /meta/recipes-devtools/python | |
parent | 62c61087a10cc3b26fbff32c9e2efd1704a39724 (diff) | |
download | openembedded-core-1b7421307e835904ebde17e8eeb9f2c04e0c758c.tar.gz openembedded-core-1b7421307e835904ebde17e8eeb9f2c04e0c758c.tar.bz2 openembedded-core-1b7421307e835904ebde17e8eeb9f2c04e0c758c.zip |
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.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} = "\ python-core \ " -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk" |