Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | inherit setuptools |
2 | require python-scapy.inc | ||||
3 | |||||
4 | SRC_URI += "file://run-ptest" | ||||
5 | |||||
6 | RDEPENDS_${PN} += "${PYTHON_PN}-subprocess" | ||||
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 7 | |
8 | do_install_append() { | ||||
9 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy2 | ||||
10 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy2 | ||||
11 | } |