[oe-commits] [meta-openembedded] 07/13: python-incremental: Drop broken nativesdk

git at git.openembedded.org git at git.openembedded.org
Wed Sep 25 13:09:20 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 0dc4246595adb03249a8f2041f54e99afcc91971
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Wed Sep 25 17:35:35 2019 +0800

    python-incremental: Drop broken nativesdk
    
    The nativesdk-python3-incremental doesn't work since lacks of dependencies, and
    hard to satisfy that, I tried to extend the following ones' nativesdk, but it
    still didn't work:
    python-automat
    python-constantly
    python-hyperlink
    python-twisted
    python-zopeinterface
    
    So just drop the broken nativesdk.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-incremental.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-incremental.inc b/meta-python/recipes-devtools/python/python-incremental.inc
index b63fac9..ef5e903 100644
--- a/meta-python/recipes-devtools/python/python-incremental.inc
+++ b/meta-python/recipes-devtools/python/python-incremental.inc
@@ -17,4 +17,4 @@ RDEPENDS_${PN} += " \
 # prevent a circular dependency. The build apparently does not use the part of
 # python-incremental which uses python-twisted, so this hack is OK.
 RDEPENDS_${PYTHON_PN}-incremental-native_remove = "${PYTHON_PN}-twisted-native"
-BBCLASSEXTEND = "native nativesdk"
+BBCLASSEXTEND = "native"

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


More information about the Openembedded-commits mailing list