scapy: upgrade to 2.3.2

* update the SRC_URI since it's been moved
  from bitbucket to github.

* add ptest support

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Jackie Huang
2016-09-29 13:38:56 +08:00
committed by Armin Kuster
parent f41ed27588
commit 793d60e5fa
2 changed files with 15 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
UTscapy -t regression.uts -f text -l -C \
-o @PTEST_PATH@/scapy_ptest_$(date +%Y%m%d-%H%M%S).log \
2>&1 | sed -e 's/^passed None/PASS:/' -e 's/^failed None/FAIL:/'
@@ -5,12 +5,19 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://bin/scapy;beginline=9;endline=13;md5=1d5249872cc54cd4ca3d3879262d0c69"
SRC_URI = "https://bitbucket.org/secdev/${PN}/downloads/${BP}.zip"
SRC_URI = "https://github.com/secdev/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
file://run-ptest \
"
SRC_URI[md5sum] = "a30d828e59801d1d092219b349f1da9e"
SRC_URI[sha256sum] = "8972c02e39a826a10c02c2bdd5025f7251dce9589c57befd9bb55c65f02e4934"
SRC_URI[md5sum] = "00f11df3d6b46fe6ac306efd757486f9"
SRC_URI[sha256sum] = "1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a"
inherit setuptools
inherit setuptools ptest
do_install_ptest() {
install -m 0644 ${S}/test/regression.uts ${D}${PTEST_PATH}
sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-ptest
}
RDEPENDS_${PN} = "tcpdump python-subprocess python-compression python-netclient \
python-netserver python-pydoc python-pkgutil python-shell \