aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-09-25 17:35:35 +0800
committerKhem Raj <raj.khem@gmail.com>2019-09-25 09:48:19 -0700
commite31a954f604061d728f119142233d764671fb24a (patch)
treecb60b6b5e637c8d7b80a396cbc8336d047556e48
parent36947b9b7bc3a7e02fc96ee649835a67bdd475b7 (diff)
downloadmeta-python2-e31a954f604061d728f119142233d764671fb24a.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. (From meta-openembedded commit: a715d081cc25c3bf64f296258caf125d83a186e6) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-incremental.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-incremental.inc b/recipes-devtools/python/python-incremental.inc
index b63fac9..ef5e903 100644
--- a/recipes-devtools/python/python-incremental.inc
+++ b/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"