mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-pyserial: update to version 3.3
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9ef1da92cf
commit
a4b42b9b6a
@@ -0,0 +1,9 @@
|
||||
inherit setuptools3
|
||||
require python-pyserial.inc
|
||||
|
||||
do_install_append() {
|
||||
rm -f ${D}${bindir}/miniterm.py
|
||||
rmdir ${D}${bindir}
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-selectors"
|
||||
Reference in New Issue
Block a user