mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user