mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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>
This commit is contained in:
parent
4739ece809
commit
a715d081cc
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user