mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-08 05:09:48 +00:00
python3-scapy: solved the conflict with python-scapy
-Rename the following file to resolve the conflict with python-scapy: Rename /usr/bin/UTscapy to /usr/bin/UTscapy3 Rename /usr/bin/scapy to /usr/bin/scapy3 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
4914a44e6a
commit
926e5c5e8a
@@ -3,3 +3,7 @@ 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