diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-06-10 15:24:24 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-06-10 07:35:35 -0700 |
commit | c28b72e91dbd6a4aa7f3517d2859551126e6774c (patch) | |
tree | 40f612af3fcccf79e8fff60f3949c6d088fa6235 | |
parent | 470271aea7f400000c322ebe6f9020d0b7044f85 (diff) | |
download | meta-security-c28b72e91dbd6a4aa7f3517d2859551126e6774c.tar.gz |
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>
-rw-r--r-- | recipes-security/scapy/python3-scapy_2.4.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-security/scapy/python3-scapy_2.4.2.bb b/recipes-security/scapy/python3-scapy_2.4.2.bb index 83c79f4..abcaeeb 100644 --- a/recipes-security/scapy/python3-scapy_2.4.2.bb +++ b/recipes-security/scapy/python3-scapy_2.4.2.bb | |||
@@ -3,3 +3,7 @@ require python-scapy.inc | |||
3 | 3 | ||
4 | SRC_URI += "file://run-ptest" | 4 | SRC_URI += "file://run-ptest" |
5 | 5 | ||
6 | do_install_append() { | ||
7 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 | ||
8 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3 | ||
9 | } | ||