mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 14:33:00 +00:00
some recipes under meta-oe have dependency on meta-python, and test_world of yocto-check-layer will failed with error like: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native' (but /meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb DEPENDS on or otherwise requires it). Close matches: python3-numpy-native python3-pycairo-native python3-rpm-native ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'mozjs', 'python3-pytoml-native'] fix by make these recipes only active when identified layers are present Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
403 B
BlitzBasic
15 lines
403 B
BlitzBasic
SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net"
|
|
AUTHOR = "Matt Martz"
|
|
|
|
LICENSE="Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
inherit setuptools3
|
|
|
|
SRC_URI = "git://github.com/sivel/speedtest-cli.git"
|
|
SRCREV = "c58ad3367bf27f4b4a4d5b1bca29ebd574731c5d"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
RDEPENDS_${PN} = "python3 python3-setuptools-scm"
|