diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-05-08 19:43:07 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-05-16 13:23:55 -0700 |
| commit | c127cf37f22d48f4c9b032f263910c561575c9e5 (patch) | |
| tree | c9ac894da92fa2b7cd8ee76ba64e4b288607b5d8 | |
| parent | 8a098010c144356150f2d6cf1b9588a77d500769 (diff) | |
| download | meta-security-c127cf37f22d48f4c9b032f263910c561575c9e5.tar.gz | |
python3-scapy: add UPSTREAM_CHECK_COMMITS
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/scapy/python3-scapy_2.4.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/scapy/python3-scapy_2.4.4.bb b/recipes-security/scapy/python3-scapy_2.4.4.bb index 8d81ed1..23ddfce 100644 --- a/recipes-security/scapy/python3-scapy_2.4.4.bb +++ b/recipes-security/scapy/python3-scapy_2.4.4.bb | |||
| @@ -13,6 +13,8 @@ SRC_URI = "git://github.com/secdev/scapy.git \ | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 17 | |||
| 16 | inherit setuptools3 ptest | 18 | inherit setuptools3 ptest |
| 17 | 19 | ||
| 18 | do_install_append() { | 20 | do_install_append() { |
