mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

e31d5fdf2ea00ac6349e64580a20816783064dd4.patch removed since it's not available in 0.4.3 License-Update: version updated to 0.4.3 The content location of the description of the license has changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
538 B
BlitzBasic
18 lines
538 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=1af2e051b493d9552af443cf2f99d480"
|
|
|
|
SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb"
|
|
|
|
PYPI_PACKAGE = "robotframework-seriallibrary"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PYTHON_PN}-pyserial \
|
|
${PYTHON_PN}-robotframework \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|