diff options
| -rw-r--r-- | meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 9 |
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/" | |||
| 6 | LICENSE = "GPL-3.0" | 6 | LICENSE = "GPL-3.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3edd6782854304fd11da4975ab9799c1" |
| 8 | 8 | ||
| 9 | SRC_URI = "https://cisofy.com/files/${BPN}-${PV}.tar.gz" | 9 | SRCREV= "1be5154b35ce144db4f386856debe8a06b403899" |
| 10 | 10 | SRC_URI = "git://github.com/CISOfy/Lynis.git" | |
| 11 | SRC_URI[md5sum] = "5b9da89c616344bbc73cbc5688a4a0bd" | 11 | S = "${WORKDIR}/git" |
| 12 | SRC_URI[sha256sum] = "7a09c6fc71c65d572ca702df7b4394d71f9037484062ef71b76f59a2c498b029" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${BPN}" | ||
| 15 | 12 | ||
| 16 | inherit autotools-brokensep | 13 | inherit autotools-brokensep |
| 17 | 14 | ||
