mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 11:03:15 +01:00
The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d4aa17dc436beb96a804860bc6d18cf72283709e) Backport: * Adapted paths to follow PV changes * Adapted modified recipes to the ones generating warnings Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
623 B
BlitzBasic
19 lines
623 B
BlitzBasic
SUMMARY = "Robot Framework test library for serial connection"
|
|
HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
|
|
|
|
SRC_URI[md5sum] = "b7c9565d54c30df7cd3f3c0e29adffa3"
|
|
SRC_URI[sha256sum] = "256ad60fc0b7df4be44d82c302f5ed8fad4935cda99e4b45942e3c88179d1e19"
|
|
|
|
PYPI_PACKAGE = "robotframework-seriallibrary"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI += "file://e31d5fdf2ea00ac6349e64580a20816783064dd4.patch"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PYTHON_PN}-pyserial \
|
|
${PYTHON_PN}-robotframework \
|
|
"
|