[oe-commits] [openembedded-core] 12/27: python-ptyprocess: Extend to cover nativesdk

git at git.openembedded.org git at git.openembedded.org
Tue Jun 14 10:28:45 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6ee961c93bb9f9a31d662e8e7a56d7cc3b777a89
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Jun 13 09:11:31 2016 +0100

    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)
    '''
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb | 2 ++
 1 file changed, 2 insertions(+)

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 a9f7b4f..931e5a7 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
 RDEPENDS_${PN} = "\
     python-core \
 "
+
+BBCLASSEXTEND = "nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list