diff options
| -rw-r--r-- | recipes-security/scapy/python-scapy_2.4.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-security/scapy/python-scapy_2.4.2.bb b/recipes-security/scapy/python-scapy_2.4.2.bb index 98db1fd..982620e 100644 --- a/recipes-security/scapy/python-scapy_2.4.2.bb +++ b/recipes-security/scapy/python-scapy_2.4.2.bb | |||
| @@ -4,3 +4,8 @@ require python-scapy.inc | |||
| 4 | SRC_URI += "file://run-ptest" | 4 | SRC_URI += "file://run-ptest" |
| 5 | 5 | ||
| 6 | RDEPENDS_${PN} += "${PYTHON_PN}-subprocess" | 6 | RDEPENDS_${PN} += "${PYTHON_PN}-subprocess" |
| 7 | |||
| 8 | do_install_append() { | ||
| 9 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy2 | ||
| 10 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy2 | ||
| 11 | } | ||
