summaryrefslogtreecommitdiffstats
path: root/recipes-compliance/openscap/openscap_1.3.7.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-06-05 11:35:06 -0400
committerArmin Kuster <akuster808@gmail.com>2023-06-20 11:07:20 -0400
commit49de76c98020d69642774f58cf7dcb8e76692a96 (patch)
treed4878f1ac84e160e37af987399e1d1be2be28326 /recipes-compliance/openscap/openscap_1.3.7.bb
parent51a07148625a6b7564d0c0d54a882b2919e37684 (diff)
downloadmeta-security-49de76c98020d69642774f58cf7dcb8e76692a96.tar.gz
openscap: add support for OpenEmbedded nodistro and Poky
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-compliance/openscap/openscap_1.3.7.bb')
-rw-r--r--recipes-compliance/openscap/openscap_1.3.7.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes-compliance/openscap/openscap_1.3.7.bb b/recipes-compliance/openscap/openscap_1.3.7.bb
index a422f9c..14adaf9 100644
--- a/recipes-compliance/openscap/openscap_1.3.7.bb
+++ b/recipes-compliance/openscap/openscap_1.3.7.bb
@@ -11,7 +11,10 @@ DEPENDS:class-native = "pkgconfig-native swig-native curl-native libxml2-native
11 11
12 12
13SRCREV = "55efbfda0f617e05862ab6ed4862e10dbee52b03" 13SRCREV = "55efbfda0f617e05862ab6ed4862e10dbee52b03"
14SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https" 14SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https \
15 file://0001-openscap-Add-openembedded.patch \
16 file://0002-openembedded-add-Poky-distro.patch \
17 "
15 18
16S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
17 20
@@ -63,5 +66,7 @@ SYSTEMD_SERVICE:${PN} = "oscap-remediate.service"
63 66
64FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" 67FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}"
65 68
66RDEPENDS:${PN} += "libxml2 python3-core libgcc bash" 69
70RDEPENDS:${PN} = "libxml2 python3-core libgcc bash"
71RDEPENDS:${PN}-class-target = "libxml2 python3-core libgcc bash os-release"
67BBCLASSEXTEND = "native" 72BBCLASSEXTEND = "native"