diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-09-25 17:35:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-25 09:48:19 -0700 |
commit | a715d081cc25c3bf64f296258caf125d83a186e6 (patch) | |
tree | be1643b8a47af0396ef5cad5c34d3eee17994b0c /meta-python/recipes-devtools/python | |
parent | 4739ece8091952d461f3b5ecc5d338744459af0c (diff) | |
download | meta-openembedded-contrib-a715d081cc25c3bf64f296258caf125d83a186e6.tar.gz |
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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-incremental.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-incremental.inc b/meta-python/recipes-devtools/python/python-incremental.inc index b63fac9791..ef5e903fbf 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" |