diff options
Diffstat (limited to 'recipes-security/scapy/python3-scapy_2.4.3.bb')
| -rw-r--r-- | recipes-security/scapy/python3-scapy_2.4.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-security/scapy/python3-scapy_2.4.3.bb b/recipes-security/scapy/python3-scapy_2.4.3.bb new file mode 100644 index 0000000..abcaeeb --- /dev/null +++ b/recipes-security/scapy/python3-scapy_2.4.3.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-scapy.inc | ||
| 3 | |||
| 4 | SRC_URI += "file://run-ptest" | ||
| 5 | |||
| 6 | do_install_append() { | ||
| 7 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 | ||
| 8 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3 | ||
| 9 | } | ||
