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>
This commit is contained in:
Yuan Chao
2019-08-29 14:41:08 +09:00
committed by Armin Kuster
parent d145b78346
commit c6c9dd2e06
3 changed files with 2 additions and 2 deletions
@@ -0,0 +1,9 @@
inherit setuptools3
require python-scapy.inc
SRC_URI += "file://run-ptest"
do_install_append() {
mv ${D}${bindir}/scapy ${D}${bindir}/scapy3
mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3
}