Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
8a9bdbbe2b9172cc2bcc71b66820b0a2cac2da75
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python3-pyserial_3.4.bb
blob: 17ed3f8bc4649df15cc879a3865ad16f7dadaaf4 [
file
] [
log
] [
blame
]
Brad Bishop
6e60e8b
2018-02-01 10:27:11 -0500
[
diff
] [
blame
]
1
inherit setuptools3
2
require
python
-
pyserial
.
inc
3
4
do_install_append
()
{
5
rm
-
f $
{
D
}
$
{
bindir
}/
miniterm
.
py
6
rmdir $
{
D
}
$
{
bindir
}
7
}