Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | inherit setuptools3 |
2 | require python-scapy.inc | ||||
3 | |||||
4 | SRC_URI += "file://run-ptest" | ||||
5 | |||||
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 6 | do_install_append() { |
7 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 | ||||
8 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3 | ||||
9 | } |