aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-09-25 10:23:13 +0800
committerRobert Yang <liezhi.yang@windriver.com>2019-09-25 16:41:47 +0800
commit1c900ec3f7272b972d3713985fc977b52b0a774d (patch)
tree9e11d386976d3140ea8b57e5d0d5e975401ba4af
parenta20fc7ad0bd9ef121025e9ee076fc28efb7e7ce8 (diff)
downloadmeta-openembedded-contrib-1c900ec3f7272b972d3713985fc977b52b0a774d.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>
-rw-r--r--meta-python/recipes-devtools/python/python-incremental.inc2
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"