diff options
| -rw-r--r-- | recipes-security/scapy/python3-scapy_2.4.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-security/scapy/python3-scapy_2.4.2.bb b/recipes-security/scapy/python3-scapy_2.4.2.bb index 83c79f4..abcaeeb 100644 --- a/recipes-security/scapy/python3-scapy_2.4.2.bb +++ b/recipes-security/scapy/python3-scapy_2.4.2.bb | |||
| @@ -3,3 +3,7 @@ require python-scapy.inc | |||
| 3 | 3 | ||
| 4 | SRC_URI += "file://run-ptest" | 4 | SRC_URI += "file://run-ptest" |
| 5 | 5 | ||
| 6 | do_install_append() { | ||
| 7 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 | ||
| 8 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3 | ||
| 9 | } | ||
