From c28b72e91dbd6a4aa7f3517d2859551126e6774c Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 10 Jun 2019 15:24:24 +0800 Subject: 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 Signed-off-by: Armin Kuster --- recipes-security/scapy/python3-scapy_2.4.2.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-security/scapy') 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 SRC_URI += "file://run-ptest" +do_install_append() { + mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 + mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3 +} -- cgit v1.2.3-54-g00ecf