diff options
| author | Louis Rannou <louis.rannou@non.se.com> | 2025-11-14 09:26:43 +0100 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2025-11-21 09:09:58 -0500 |
| commit | 3b0ee6a7b6dc0df85b237ada0a292905f13553c7 (patch) | |
| tree | 581566a66a4aa688773c81a8aa875dc94922b9ec /recipes-compliance | |
| parent | 3b67d414b350301088b2c982e6963b867ca93370 (diff) | |
| download | meta-security-3b0ee6a7b6dc0df85b237ada0a292905f13553c7.tar.gz | |
openscap: fixes
Fixes:
- typo in the RDEPENDS class-target override ('-' instead of ':')
- typo SUMARRY -> SUMMARY
Signed-off-by: Louis Rannou <louis.rannou@non.se.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-compliance')
| -rw-r--r-- | recipes-compliance/openscap/openscap_1.4.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-compliance/openscap/openscap_1.4.2.bb b/recipes-compliance/openscap/openscap_1.4.2.bb index f1eb647..da1dbbb 100644 --- a/recipes-compliance/openscap/openscap_1.4.2.bb +++ b/recipes-compliance/openscap/openscap_1.4.2.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Copyright (C) 2017 - 2023 Armin Kuster <akuster808@gmail.com> | 1 | # Copyright (C) 2017 - 2023 Armin Kuster <akuster808@gmail.com> |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | 3 | ||
| 4 | SUMARRY = "NIST Certified SCAP 1.2 toolkit" | 4 | SUMMARY = "NIST Certified SCAP 1.2 toolkit" |
| 5 | HOME_URL = "https://www.open-scap.org/tools/openscap-base/" | 5 | HOME_URL = "https://www.open-scap.org/tools/openscap-base/" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 7 | LICENSE = "LGPL-2.1-only" | 7 | LICENSE = "LGPL-2.1-only" |
| @@ -66,5 +66,5 @@ FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" | |||
| 66 | 66 | ||
| 67 | 67 | ||
| 68 | RDEPENDS:${PN} = "libxml2 python3-core libgcc bash" | 68 | RDEPENDS:${PN} = "libxml2 python3-core libgcc bash" |
| 69 | RDEPENDS:${PN}-class-target = "libxml2 python3-core libgcc bash os-release" | 69 | RDEPENDS:${PN}:class-target = "libxml2 python3-core libgcc bash os-release" |
| 70 | BBCLASSEXTEND = "native" | 70 | BBCLASSEXTEND = "native" |
