summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Lendl <ste.lendl@gmail.com>2018-11-15 16:02:18 +0100
committerArmin Kuster <akuster808@gmail.com>2018-11-27 09:59:16 -0700
commit2160c5de874234045ba4e201a0703185b65dbae4 (patch)
tree425d22ed37666bd497c8fba5bcbd451cf01c80f7
parent1e4b45ca888188b4eb838cb29b501ee004237552 (diff)
downloadmeta-security-sumo.tar.gz
Use git fetcher for lynis to fetch older versionssumo
Signed-off-by: Stefan Lendl <ste.lendl@gmail.com> [Minor tweek to add SRCREV] Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb b/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb
index c25b804..884999c 100644
--- a/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb
+++ b/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb
@@ -6,12 +6,9 @@ HOMEDIR = "https://cisofy.com/"
6LICENSE = "GPL-3.0" 6LICENSE = "GPL-3.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1"
8 8
9SRC_URI = "https://cisofy.com/files/${BPN}-${PV}.tar.gz" 9SRCREV= "1be5154b35ce144db4f386856debe8a06b403899"
10 10SRC_URI = "git://github.com/CISOfy/Lynis.git"
11SRC_URI[md5sum] = "5b9da89c616344bbc73cbc5688a4a0bd" 11S = "${WORKDIR}/git"
12SRC_URI[sha256sum] = "7a09c6fc71c65d572ca702df7b4394d71f9037484062ef71b76f59a2c498b029"
13
14S = "${WORKDIR}/${BPN}"
15 12
16inherit autotools-brokensep 13inherit autotools-brokensep
17 14