diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-13 09:11:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:01 +0100 |
commit | 873e56edd4b7fe9325293fea62923961adb6deca (patch) | |
tree | 6d7b5d802b86237f98484b1948cd1354a9ead8fe /meta | |
parent | 57bde4568dafedf3bda43273a5d3f99d54992845 (diff) | |
download | poky-873e56edd4b7fe9325293fea62923961adb6deca.tar.gz |
python-ptyprocess: Extend to cover nativesdk
'''
WARNING: Nothing RPROVIDES 'nativesdk-python-ptyprocess' (but
virtual:nativesdk:/media/build1/poky/meta/recipes-devtools/python/python-pexpect_4.1.0.bb
RDEPENDS on or otherwise requires it)
'''
(From OE-Core rev: 76de50fa96de306d8168bdc4c3820a8c6ab257d2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb | 2 |
1 files changed, 2 insertions, 0 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 a9f7b4fd2c..931e5a7d49 100644 --- a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb +++ b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb | |||
@@ -19,3 +19,5 @@ inherit setuptools | |||
19 | RDEPENDS_${PN} = "\ | 19 | RDEPENDS_${PN} = "\ |
20 | python-core \ | 20 | python-core \ |
21 | " | 21 | " |
22 | |||
23 | BBCLASSEXTEND = "nativesdk" | ||