mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python3-pyserial: Add new recipe
Use a common .inc file for the python-pyserial and python3-pyserial
recipes.
Remove ${bindir}/miniterm.py from the Python 3 version of the package.
Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4058807b84
commit
e10dd1e577
@@ -0,0 +1,7 @@
|
||||
inherit setuptools3
|
||||
require python-pyserial.inc
|
||||
|
||||
do_install_append() {
|
||||
rm -f ${D}${bindir}/miniterm.py
|
||||
rmdir ${D}${bindir}
|
||||
}
|
||||
Reference in New Issue
Block a user