diff options
author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-29 14:41:08 +0900 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-08-29 16:04:35 -0700 |
commit | c6c9dd2e065916a05c079b71889a9ee0660ca88d (patch) | |
tree | 85122240041954d22b28da30bef8230992392341 /recipes-security/scapy/python3-scapy_2.4.3.bb | |
parent | d145b783469252e4e943ca0fe28d73b9cf8be282 (diff) | |
download | meta-security-c6c9dd2e065916a05c079b71889a9ee0660ca88d.tar.gz |
python-scapy: upgrade 2.4.2 -> 2.4.3
License file changed from bin/scapy to LICENSE
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 | } | ||