diff options
| author | Marta Rybczynska <marta.rybczynska@ygreky.com> | 2025-07-02 09:30:40 +0200 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2025-07-04 12:41:20 -0400 |
| commit | 4822b91ef5d662cd1a63dd24b0c36ab6da732ddb (patch) | |
| tree | 3292faa49c38075010cc2a5c4cc3e5a5a63fb6fe | |
| parent | b1f1c7a304de33916040928ea7182c03580efb28 (diff) | |
| download | meta-security-4822b91ef5d662cd1a63dd24b0c36ab6da732ddb.tar.gz | |
scap-security-guide: fix fetch
The project does not use release branches; their release model currently
rebases the stable branch each release and relies on the release tags to
keep the commits referenced. Until their release model changes, just
use the release commit with nobranch.
See upstream issue [1] for details.
[1] https://github.com/ComplianceAsCode/content/issues/13543
Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com>
[tweaked commit message]
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
| -rw-r--r-- | recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb b/recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb index d5a9406..b9f7a70 100644 --- a/recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb +++ b/recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9bfa86579213cb4c6adaffface6b2820" | |||
| 7 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
| 8 | 8 | ||
| 9 | SRCREV = "616d4363527acb61c6494a97f3ceb47ec90f65fd" | 9 | SRCREV = "616d4363527acb61c6494a97f3ceb47ec90f65fd" |
| 10 | SRC_URI = "git://github.com/ComplianceAsCode/content.git;branch=stable;protocol=https \ | 10 | SRC_URI = "git://github.com/ComplianceAsCode/content.git;nobranch=1;protocol=https \ |
| 11 | file://run_eval.sh \ | 11 | file://run_eval.sh \ |
| 12 | file://run-ptest \ | 12 | file://run-ptest \ |
| 13 | " | 13 | " |
