summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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