mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-colorama: add native and nativesdk to BBCLASSEXTEND
* python3-cmd2 depends on colorama since the first version in: commitdc66ca8495Author: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Date: Mon Sep 2 13:22:08 2019 +0800 python-cmd2: Add python3 version Providing a python3 version of python-cmd2. has both BBCLASSEXTENDs since: commite929ea7a18Author: Binghua Guan <freebendy@gmail.com> Date: Mon Jul 23 21:29:50 2018 +0800 python-cmd2: add native and nativesdk causing: ERROR: Nothing RPROVIDES 'python3-colorama-native' (but virtual:native:/OE/meta-openembedded/meta-python/recipes-devtools/python/python3-cmd2_1.3.11.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python3-colorama-native' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-colorama-native'] NOTE: Runtime target 'python3-cmd2-native' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-cmd2-native', 'python3-colorama-native'] NOTE: Runtime target 'python3-pyflakes-native' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-pyflakes-native', 'python3-cmd2-native', 'python3-colorama-native'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ament-cmake-pyflakes', 'ament-pyflakes-native', 'python3-pyflakes-native', 'python3-cmd2-native', 'python3-colorama-native'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,3 +8,4 @@ inherit pypi setuptools3
|
||||
SRC_URI[md5sum] = "02daee502863d24112a8c05a5d69a612"
|
||||
SRC_URI[sha256sum] = "e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user